/WinDebugger

A debugger for windows platform

Primary LanguageC++The UnlicenseUnlicense

WinDebugger

A debugger for windows platform

  1. Using Windows Debugger API.
  2. Console interface

Features:

  1. int3 breakpoint
  2. hardware breakpoint(single step exception)
    • single step
      • step in
      • step over
      • step out
    • debug registers
      • data memory access
      • data memory modify
  3. list process informations
    • threads
    • modules
    • heaps
  4. display call-stack
  5. show function parameters
  6. show variables
  7. modify registers
  8. modify variables