ARLM-Keller / uberstealth

Automatically exported from code.google.com/p/uberstealth
1 stars 0 forks source link

Improving debugger experience #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What feature do you suggest?
There should be an option to (at least) write a message to the OllyDbg/IDA log 
window whenever the debuggee tries to
1) terminate any process
2) spawn a new process with debugging flags (DEBUG_ONLY_THIS_PROCESS)
3) use WriteProcessMemory on the own address space (e.g. to evade hardware 
breakpoints)
4) possibly other events(?)

Ideally, the debugge should be halted before performing such actions.

Original issue reported on code.google.com by jannew...@gmail.com on 13 Sep 2011 at 10:40

GoogleCodeExporter commented 8 years ago

Original comment by jannew...@gmail.com on 13 Sep 2011 at 10:40