Repository navigation
pwndbg
- Website
- Wikipedia
Exploit Development and Reverse Engineering with GDB & LLDB Made Easy
GEP (GDB Enhanced Prompt) - a GDB plug-in to enhance your GDB with fzf history search, fzf tab auto-completion, fish-like autosuggestions, and more!
An unofficial GUI wrapper around pwndbg intended to leverage the UI benefits of a graphical user interface
This repository provides a learning environment to understand how an Exim RCE exploit for CVE-2018-6789 works.
GH repo for the docker fuzz container that contains all necessary tools to get started with binary fuzzing and debugging
Dockerized WebKit Dev/Research Environment
GDB extension that adds an 'assemble' command, which assembles ARM one-line instructions and data.
Référentiel exhaustif pour acquérir une compréhension approfondie des fondamentaux de l'exploitation de binaires. Fruit d'une démarche analytique rigoureuse, ce guide offre une pédagogie structurée, avec explications détaillées et exemples concrets, pour maîtriser pas à pas l'exploitation de binaires.
Comment assembly as you read through it in GDB
Wading through symbol hijacking and conflicting library versions with a toy C++/CMake application on Linux
目前有许多gdb插件可供我们使用,像peda,pwndbg以及gef等等 但是这些插件往往是不兼容的,因此我写了一个小的插件管理脚本,它 可以让我们选择在gdb启动时加载哪一个插件。