Total Pageviews

Saturday 26 October 2013

Sandboxie

Sandboxie 允許你在沙盤環境中運行瀏覽器或其他程序, 因此運行所產生的變化可以隨後刪除。
可用來消除上網、運行程序的痕跡,也可用來還原收藏夾、主頁、註冊表等。 即使在沙盤進程中下載的文件,也會隨著沙盤的清空而刪除。 此軟件在系統托盤中運行,如果想啟動一個沙盤進程, 請通過托盤圖標(而不要用原方式)啟動瀏覽器或相應程序。用了沙盤,遠離病毒困擾。用了沙盤,實現軟件的雙開(不少朋友已經想到如何雙開外掛了吧)。

官方網站: http://www.sandboxie.com/

官方下載:http://www.sandboxie.com/SandboxieInstall.exe

註冊碼:

Name:KeyGen8.com.cn
Serial:HA64DFA

Name:Share8.5d6d.com
Serial:VP1F1F1

Name:admin
Serial:GK6TD8B

註冊碼(4組)
1.
name: www.ankty.com
code: BRHMZ7B
2.
name: ankty.com
code: L7K74M1
3.
name: ankty
code: K2S1V32
4.
name: www.ty76.com
code: FSM4V41
-----

The Sandboxie application.

SANDBOXIE BUILD INSTRUCTIONS

Please note: there is another ReadMe.txt in the \install\ folder that explains how to create the Sandboxie installers.

1) Sandboxie builds under MS Visual Studio 2015.
2) Install the MS Windows Device Driver Kit (DDK) 7.1.0.
	https://www.microsoft.com/en-us/download/details.aspx?id=11800
	In the DDK setup, all you need to check is "Build Environments"
3) The VS Solution File, Sandbox.sln, is in the source code root. Open this SLN in Visual Studio.

Source Projects (in aplhabetical order)

Note: the core of Sandboxie are the driver, SbieDrv, the service, SbieSvc, and the injection DLL, SbieDll. Study these projects first.

Common (\apps\common). This builds common.lib which is used by the Control and Start projects. It contains some common GUI objects.

KmdUtil (\install\kmdutil). Builds KmdUtil.exe which is used during the installtion process. E.g. to start/stop the Sbie driver (SbieDrv.sys).

LowLevel (\core\low). Creates LowLevel.dll which is used in code injection. LowLevel.dll is embeded into SbieSvc.exe as a resource (see core\svc\lowlevel.rc for more information).

Parse (\msgs). Creates the Sbie messages files.

SandboxBITS (apps\com\BITS). Creates SandboxieBITS.exe (Background  Intelligent Transfer Service)

SandboxCrypto (apps\com\Crypto) Creates SandboxieCrypto.exe

SandboxieInstall (\install\release). Creates the combined x64/x86 installer SandboxieInstall.exe by combining the x64 & x86 installer binaries into a RC file.
	NOTE: SandboxieInstall is not built during the normal SLN build. It must be built manually after the x64 & x86 installers are completed.

SandboxRpcSs (\apps\com\RpcSs) Creates SandboxieRpcSs.exe. Sbie's wrapper for the Remote Procedure Call Sub-System).

SandboxWUAU (\apps\com\WUAU) Creates SandboxieWUAU.exe. Sbie's wrapper for the Windows Automatic Update Service (WUAUSERV).

SbieControl (\apps\control). Builds SbieCtrl.exe. This is the Sandboxie Control app that displays real-time sandboxed application activity.

SbieIni (\apps\ini). Creates SbieIni.exe. A utility for querying and updating the sandboxie.ini configuration file.

SboxDcomLaunch (\apps\com\DcomLaunch). Creates SandboxieDcomLaunch.exe. 

SboxDll (\core\dll). Creates the Sbie injection DLL. This DLL injects into every process running in the sandbox.

SboxDrv (\core\drv). Creates the Sbie kernel-mode driver.

SboxHostDll (\SboxHostDll). Builds the Sbie host injection DLL. This DLL is injected into host processes that must be redirected into the sandbox.
	Currently, the only app this is used for is MS Office. SboxHostDll.dll is injected into OfficeClickToRun.exe.

SboxMsg (\msgs). Creates SboxMsg.dll which contains the Sbie user messages in various languages.

SboxSvc (\core\svc). Creates the Sbie service.

Start (\apps\start). Creates start.exe which is used to start processes in the sandbox.

from https://github.com/sandboxie/sandboxie