Thread: Debuggers
View Single Post
  #44  
Old 10-15-2009, 01:14
rd
 
Posts: n/a
IDA for static analysis

Debuggers
Windows
Olly for Ring 3 Apps
Softice/Windbg for Ring 0 code
Immunity Debugger (olly+python) for quick exploit writing

*nix
gdb + a nice gdbinit script
IDA Debugger (remote ) + gdbserver [ this is quite nice actually]
kgdb for Linux kernel debug
Reply With Quote