![]() |
|
#1
|
|||
|
|||
question about debuggers
Hi,
I started programming in delphi about two months ago and I'd like to know what are the differences between a debugger like softice and ollydbg and the one in delphi. BTW, if anyone has a good tutorial about reversing for an intermediate delphi programmer i would apreciate a link to. Regards, Juca |
#2
|
||||
|
||||
SoftICE is system-level debugger, it's implemented with device drivers, while Ollydbg is application-level debugger, it's implemented with Win32 Debug API such as WaitForDebugEvent/ContinueDebugEvent etc.
__________________
AKA Solomon/blowfish. |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
64bit debuggers for Linux | CZC | x64 OS | 2 | 11-26-2020 02:24 |
[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 |
VS 6 question(s)... | newguy | General Discussion | 9 | 04-22-2004 19:49 |