x64dbg / GleeBug

Debugging Framework for Windows.
MIT License
1.2k stars 39 forks source link

allow halting the debuggee to switch to another debugger easily #15

Open mrexodia opened 8 years ago

mrexodia commented 8 years ago

can probably be done by injecting some code in the process and updating the CONTEXT in a way that other debuggers can JIT and resume execution on detach.