We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e3fdc commit 23b1e37Copy full SHA for 23b1e37
2 files changed
README.md
@@ -1 +1,11 @@
1
-# SbieHide
+# SbieHide
2
+
3
+## How to use?
4
+build this project and add
5
6
+```
7
+InjectDll64=Path\to\64\SbieHide.dll
8
+InjectDll=Path\to\32\SbieHide.dll
9
10
11
+to your sandboxie-plus config
SbieHide/SbieHide.vcxproj
@@ -91,6 +91,7 @@
91
<SDLCheck>true</SDLCheck>
92
<PreprocessorDefinitions>WIN32;NDEBUG;SBIEHIDE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
93
<ConformanceMode>true</ConformanceMode>
94
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
95
</ClCompile>
96
<Link>
97
<SubSystem>Windows</SubSystem>
0 commit comments