Skip to content

Commit 23b1e37

Browse files
committed
Update Readme.md
1 parent b2e3fdc commit 23b1e37

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# SbieHide
1+
# 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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
<SDLCheck>true</SDLCheck>
9292
<PreprocessorDefinitions>WIN32;NDEBUG;SBIEHIDE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9393
<ConformanceMode>true</ConformanceMode>
94+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
9495
</ClCompile>
9596
<Link>
9697
<SubSystem>Windows</SubSystem>

0 commit comments

Comments
 (0)