Skip to content

two-heart/dbgtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbgtools

dbgtools is a GDB and pwndbg extension. It aims to remove friction and repetition from binary exploitation and reverse engineering.

Main use cases include:

  • Scripting gdb from pwntools
  • Flexible tracing of a whole binary execution with gdb
  • Various commands that make common exploitation steps quicker

See examples/ for how this and more might look like

Installation

Right now, just:

  • Clone the repo somewhere
  • Install requirements.txt
  • Add the line source /<somewhere>/gdbinit.py after loading pwndbg

Contributing

We are welcoming pull requests and issues!

About

Automation for the rev/pwn experience in GDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages