Child processes instantly die
Not sure if i'm using this the right way, but, as far as i could understand from the manual, to launch a process under SbieHideEx, it should be opened through SbieHideExLoader.exe using a shell (PS in this case) from within a sandbox.
But whenever i do this (PS runs in a sandbox) :
PS C:\Users\guaiacol\Desktop\Sandboxie-Plus> ./addons/sbiehide/SbieHideExLoader.exe "C:\Windows\explorer.exe"
SbieHide responds, but then instantly dies, along with a child process:
The core library is loaded at address 0x0000000000140000. Windbg debug command: .reload /f /i C:\Users\guaiacol\Desktop\Sandboxie-Plus\addons\sbiehide\SbieHideEx.dll=0x0000000000140000 Successfully started the child process!
As far as i've tested it, the same thing happens with all apps - from windows builtins to installed programs. Am i doing something wrong?