Hacking
Debugging
CEOinIRVINE
2009. 5. 23. 10:59
Debugging
Title | Description | Chapter |
---|---|---|
Gflags | Allows you to enable system-wide heap and object checks for an application. http://technet2.microsoft.com/WindowsServer/en/Library/6a183942-57b1-45e0-8b4c-c546aa1b8c471033.mspx |
8 |
IDA Pro | A disassembler and debugger, plus several additional features useful for figuring out how an application works when you don't have the source code. http://www.datarescue.com/idabase |
17 |
Microsoft Debugging Tools for Windows | Several debugging tools for the Windows operating system. http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx |
17 |
Microsoft Visual Studio | Microsoft's premium application debugger and provides a rich set of UI and automatable debugging features. | 8, 9 |
NTSD | System and application debugger. Comes installed in the Windows operating system: ntsd.exe. |
8 |
OllyDbg | A 32-bit debugger for the Windows operating system. http://www.ollydbg.de |