Replies: 1 comment 4 replies
-
This is part of how Sandboxie isolates software, By default a sandbox does not allow a sandboxed process to mess with the memory of another process that is not run in the same sandbox. You can use OpenIPCPath to control that. Here is an overview about the resource access types |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can a normal sandboxed program use VirtualAllocEx to hook a process outside the sandbox (like Frida)?
I get the error
Failed to attach: unexpected error allocating memory in target process (VirtualAllocEx returned 0x00000005)
, is there a solution?Beta Was this translation helpful? Give feedback.
All reactions