by centip3de on Mon Feb 06, 2012 11:23 pm
([msg=64162]see Re: Sandboxie and ollydbg[/msg])
UNSC_AI8085 wrote:Hi
has anyone managed to get ollydbg and sandboxie to work together?
i keep getting the debugged program unable to process exception... (while inside the sandbox)
however this error is not present when i debug from outside the sandbox. I would prefer it if i can debug software from within a sandbox. You can even install most software using sandboxie.
I was however able to debug other programs while sandboxed, i think it may be because some of the plugins i have installed to protect olly are not working inside the sandboxed
It could very well be the plugins that you're using, but it could also be that OllyDBG runs in Ring 0 (Direct access to the CPU), and Sandboxie isn't allowing it, abstracting it, or emulating it's own CPU (I don't have much experience with Sandboxie). I would suggest that if you can't get it worked out, trying a virtual machine, as I know you can run OllyDBG in a VM quite well.
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rick Cook