Skip to content

shailist/exdbg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exdbg

exdbg is a Windows debugger based on runtime exceptions.
It utilizes VEH exception handling to implement breakpoints and stepping.
It also acts as a GDB server, so you could use it with any debugger with supports remote GDB debugging.

I created this debugger mainly to debug assembly with IDA in situations where memory editing isn't an option.

Features

  • Backend implementation:
    • VEH Exception Handling
  • Frontend implementation:
    • GDB server

Changelog

05/025/2023

  • Initial implementation.

About

Exceptions based debugger implementing GDB's Remote Serial Protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages