SkillAgentSearch skills...

Gdbp

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

Install / Use

/learn @Dor00tkit/Gdbp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated8mo ago
Forks0

Languages

Python

Security Score

77/100

Audited on Jul 7, 2025

No findings