Share
## https://sploitus.com/exploit?id=B7125906-45C0-5BB2-9628-174ED76593B7
This repository is an offensive tool for exploit development. It is a Python Exploit Development Assistance for GDB (PED A), which is a script that helps speed up the exploit development process on Linux/Unix. The tool is designed to work with GDB 7.x and Python 2.6+.

The tool has various features, including:

Enhance the display of GDB: colorize and display disassembly codes, registers, memory information during debugging.
Add commands to support debugging and exploit development, such as:
    *   `aslr` - Show/set ASLR setting of GDB
    *   `checksec` - Check for various security options of binary
    *   `dumpargs` - Display arguments passed to a function when stopped at a call instruction
    *   `dumprop` - Dump all ROP gadgets in specific memory range
    *   `elfheader` - Get headers information from debugged ELF file
    *   `elfsymbol` - Get non-debugging symbol information from an ELF file
    *   `lookup` - Search for all addresses/references to addresses which belong to a memory range
    *   `patch` - Patch memory start at an address with string/hexstring/int