![]() |
|
#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. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 64bit debuggers for Linux | CZC | x64 OS | 5 | 12-08-2021 23:12 |
| [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 |