Skip to content
/ gdbp Public

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

License

Notifications You must be signed in to change notification settings

Dor00tkit/gdbp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdbp

This repo is based on: https://github.com/ramikg/gdbp

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

Features

  • Detecting QEMU\VMware gdbstub
  • Read\Write to memory (also added support physical memory)
  • Read\Write - to registers (also added support reading of CR0, CR2 CR3, CR4 - QEMU and VMware. GDTR, IDTR and LDTR - VMware only)

Installation

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

Supported platforms

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

About

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

Resources

License

Stars

Watchers

Forks

Languages