forked from thomas3d/OpenSandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
52 lines (39 loc) · 2.46 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
*********************************************************************************************
* 1) License information
*********************************************************************************************
OpenSandbox - build on Eashhook library and C#,
it allow you to run windows applications in a sandboxed environment
Copyright (C) 2013 Thomas Jam Pedersen & Igor Polyakov
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Please visit https://github.com/thomas3d/OpenSandbox for more information
about the project and latest updates.
Easyhook:
OpenSandbox build on Easyhook which is also Open Source (LGPL), more details
can be found here: http://www.codeplex.com/easyhook
OffRegLib:
OpenSandbox build on OffRegLib, which is also Open Source (LGPL), more details
can be found here: https://github.com/LordMike/OffregLib
BUG REPORTS:
Reporting bugs is the only chance to get them fixed! Don't consider your
report useless... The OpenSandbox team will fix any serious bug when time allow!
*********************************************************************************************
* 2) How to compile
*********************************************************************************************
OpenSandbox have only been build with VS2010 sp1 and .NET 3.5
The reason we use .NET 3.5 is because we don't need any of the new features and
we want to support WinXP and Win7 which is still the biggest versions out there.
*********************************************************************************************
* 3) Prerequisites
*********************************************************************************************
To be able to run your application inside the OpenSandbox you need a reghive file with
registry settings for the application.