![]() |
|
|
|
#1
|
||||
|
||||
|
For kernel mode debugging under x86 Windows XP - 2003, nothing is better than SoftIce. Certainly wish the source code leaks... then it could be updated a bit...
-Fyyre |
|
#2
|
||||
|
||||
|
I use Ollydbg and IDA for most 'debugging'. IDA has built in debugger, but I prefer Olly. IDA is best for examining structure of code and then exporting names to Olly. IDA also has decompiler plugin, but meh, I prefer to look at the assembler code in graph view - makes more sense to me.
Course, if your target isn't x86, then you have no choice but to use IDA. For kernel work I use WinDbg and sometimes Softice, depending on the exact problem. |
|
#3
|
|||
|
|||
|
I love ollydbg, in my opinion it's the best debugger today
|
|
#4
|
||||
|
||||
|
It's also good to learn some windbg basics. Might come handy sometimes.
__________________
http://accessroot.com |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best debugger for DOS? | Taitch | General Discussion | 13 | 10-21-2010 13:46 |
| IDA Pro 5.1 Mac OS X Debugger Preview | prt | General Discussion | 1 | 01-17-2007 00:41 |