![]() |
|
|
|
#1
|
|||
|
|||
|
If you compile the kernel with the features in the hacking section, you can observe the system at a very low level. GDB is the standard. In terms of graphical interfaces, we are behind compared to the famous tools
|
|
#2
|
|||
|
|||
|
GDB is great if you have the sources of what you are trying to debug or at least the executable is compiled with debug symbols.
But what if you are trying to debug someone's else stripped application? Then GDB is not so great anymore, you have to type a lot just to disassemble a few instructions, set breakpoints or skip library functions. What I would like to have is a text based debugger like IDA with tvision had for 32bit applications. Those were the good old days. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Python][Ida Pro]Free the debuggers | Storm Shadow | Source Code | 5 | 08-25-2014 13:52 |
| Debuggers | slambert | General Discussion | 48 | 10-31-2009 09:10 |
| question about debuggers | Juca | General Discussion | 1 | 02-12-2003 22:49 |