Skip to content

ramikg/gdbp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdbp

A wrapper for GDB's Python API, helping you write GDB Python scripts efficiently and intuitively.

Installation

pip install gdbp

or

git clone https://github.com/ramikg/gdbp.git
cd gdbp
python setup.py install

Supported platforms

  • GDB 7.2+
  • Python 2.7 and 3.0+
  • Any GDB-supported architecture