Debugging Tools

This post features debugging tools.

List of Debugging Tools

Popular Debugging Tools:

  • OllyDbg
  • WinDbg
  • x32dbg / x64dbg
  • SoftICE
  • GDB
  • MacsBug

OllyDbg

OllyDbg is a debugger for Windows that is primarily used for user-mode binary analysis and reverse engineering.

For Windows.

WinDbg

WinDbg is more focused on kernel-mode debugging for system components and drivers.

For Windows.

X32dbg / X34dbg

x32dbg and x34dbg are debuggers for 32-bit and 64-bit Windows systems, respectively.

It is FOSS.

You might also be interested in…

  • Software development

Leave a Reply

Your email address will not be published. Required fields are marked *