• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

gdb

  1. itsMe

    Pwndbg 2022.08.30 - Exploit Development and Reverse Engineering with GDB

    pwndbg (/poʊndbæg/) is a GDB plug-in that makes debugging with GDB suck less, with a focus on features needed by low-level software developers, hardware hackers, reverse-engineers and exploit developers. Why? Vanilla GDB is terrible to use for reverse engineering and exploit development...
  2. itsMe

    Reverse Engineering Gef v2022.06 - Multi-Architecture GDB Enhanced Features for Exploiters & Reverse-Engineers

    GEF – GDB Enhanced Features GEF is a kick-ass set of commands for X86, ARM, MIPS, PowerPC and SPARC to make GDB cool again for exploit dev. It is aimed to be used mostly by exploiters and reverse-engineers, to provide additional features to GDB using the Python API to assist during the process...
  3. itsMe

    Reverse Engineering gdb dashboard v0.16 - Modular visual interface for GDB in Python

    Modular visual interface for GDB in Python. This comes as a standalone single-file .gdbinit which, among the other things, enables a configurable dashboard showing the most relevant information during the program execution. Its main goal is to reduce the number of GDB commands issued to inspect...
  4. itsMe

    Reverse Engineering pwndbg 2022.01.05 - Exploit Development and Reverse Engineering with GDB

    pwndbg (/poʊndbæg/) is a GDB plug-in that makes debugging with GDB suck less, with a focus on features needed by low-level software developers, hardware hackers, reverse-engineers and exploit developers. Pwndbg has a lot of useful features. You can a list of all available commands at any time...
  5. itsMe

    Reverse Engineering Gef v2021.10 - Multi-Architecture GDB Enhanced Features for Exploiters & Reverse-Engineers

    GEF – GDB Enhanced Features GEF is a kick-ass set of commands for X86, ARM, MIPS, PowerPC and SPARC to make GDB cool again for exploit dev. It is aimed to be used mostly by exploiters and reverse-engineers, to provide additional features to GDB using the Python API to assist during the process...
  6. itsMe

    Reverse Engineering PEDA – Python Exploit Development Assistance for GDB v1.2 releases

    peda PEDA – Python Exploit Development Assistance for GDB Key Features:     Enhance the display of gdb: colorize and display disassembly codes, registers, memory information during debugging.     Add commands to support debugging and exploit development (for a full list of commands use peda...
Back
Top