Merge pull request #279 from meitar/pwndbg

Add pwndbg, a GDB plugin with features easing exploit development.
This commit is contained in:
Samar Dhwoj Acharya 2019-02-19 19:49:41 -06:00 committed by GitHub
commit d8deb1c915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -495,6 +495,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea
* [rVMI](https://github.com/fireeye/rVMI) - Debugger on steroids; inspect userspace processes, kernel drivers, and preboot environments in a single tool. * [rVMI](https://github.com/fireeye/rVMI) - Debugger on steroids; inspect userspace processes, kernel drivers, and preboot environments in a single tool.
* [Frida](https://www.frida.re/) - Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. * [Frida](https://www.frida.re/) - Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.
* [boxxy](https://github.com/kpcyrd/boxxy-rs) - Linkable sandbox explorer. * [boxxy](https://github.com/kpcyrd/boxxy-rs) - Linkable sandbox explorer.
* [pwndbg](https://github.com/pwndbg/pwndbg) - GDB plug-in that eases debugging with GDB, with a focus on features needed by low-level software developers, hardware hackers, reverse-engineers, and exploit developers.
### Physical Access Tools ### Physical Access Tools