沙盘 注入DLL

原来沙盘本来就提供了 向沙盘中运行的程序 注入 DLL的 功能 。。我还在使用 劫持 SbieDll.dll 的方式注入dll

下次使用一个工具之前要好好看看文档啊。

http://www.sandboxie.com/index.php?InjectDll

InjectDll is a sandbox setting in Sandboxie Ini. It tells Sandboxie to "inject" some DLL into every program in the sandbox. "Inject" means the DLL is

.
   .
   .
   [DefaultBox]
   InjectDll=c:\Program Files\Sandboxie Utilities\Sample.dll

You should specify a full path to the DLL. If the DLL file itself resides within the sandbox, specify the full path inside the sandbox.

Note: The InjectDll setting specifies 32-bit DLLs, and will be ignored in a 64-bit process on 64-bit Windows. Use the InjectDll64 setting to specify 64-bit DLLs.

你可能感兴趣的:(沙盘 注入DLL)