Skip to content

Releases: 0bbedCode/SbieHideEx

Release 1.2.3

02 Sep 03:18
f9001c8

Choose a tag to compare

  • Ensured all Hooks Get Loaded (not sure if this was done intentionally to return instantly if one fails)
  • Added NtOpenMutant and NtCreateMutant Hooks to Hide Sandboxie Plus Mutexes
    • Mutex (1) Sandboxie_SingleInstanceMutex_Control
    • Mutex (2) SBIE_BOXED_ServiceInitComplete_Mutex1

Detections Seen from:

https://github.com/kernelwernel/VMAware
https://github.com/hfiref0x/VMDE/blob/master/src/vmde/detect.c

To Replace old with new DLLs
Find your Sandboxie Plus Installation folder for me its in Program Files then located in "addons\SbieHide" Folder will be the .DLLs to replace

If you get errors compiling in Visual Studio as Release

Errors such as "The object or library file 'libMinHook.x64.mt.lib' was created by a different version of the compiler than other objects" Then in Visual Studio

[Right click SbieHide -> Properties -> Configuration Properties -> Advanced -> Whole Program Optimization -> No Whole Program Optimization]

The Debug Releases as well as MinHook Lib seem to have Optimization Off with the Release it Enabled it for the Hide project but not the .lib

Screenshot_374
Screenshot_375