PEDAL – Python Exploit Development Assistance for GDB Lite
This version has been extended to add some features and give dual-compatibility with Python2 and Python3.
- Python2 and Python3 compatibility
- Line width wrapping on banners
- Colorize stack and heap differently than regular data
- Show registers alongside stack output (and ‘telescope’ command)
- Basic support for ARM and PPC registers
- Support for passing GDB variables to PEDA routines (e.g.
hexdump $pc
)
PEDAL Features:
These are the standard features of PEDA:- 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 help
):aslr
— Show/set ASLR setting of GDBchecksec
— Check for various security options of binarydumpargs
— Display arguments passed to a function when stopped at a call instructiondumprop
— Dump all ROP gadgets in specific memory rangeelfheader
— Get headers information from debugged ELF fileelfsymbol
— Get non-debugging symbol information from an ELF filelookup
— Search for all addresses/references to addresses which belong to a memory rangepatch
— Patch memory start at an address with string/hexstring/intpattern
— Generate, search, or write a cyclic pattern to memoryprocinfo
— Display various info from /proc/pid/pshow
— Show various PEDA options and other settingspset
— Set various PEDA options and other settingsreadelf
— Get headers information from an ELF fileropgadget
— Get common ROP gadgets of binary or libraryropsearch
— Search for ROP gadgets in memorysearchmem|find
— Search for a pattern in memory; support regex searchvmmap
— Get virtual mapping address ranges of section(s) in debugged processxormem
— XOR a memory region with a key
Enhancements:
This version has been extended by Zach Riggle to add some features and give dual-compatibility with Python2 and Python3.- Python2 and Python3 compatibility
- Line width wrapping on banners
- Colorize stack and heap differently than regular data
- Show registers alongside stack output (and ‘telescope’ command)
- Basic support for ARM and PPC registers
- Support for passing GDB variables to PEDA routines (e.g.
hexdump $pc
)
Installation
git clone https://github.com/akiym/pedal.git ~/pedal
echo "source ~/pedal/peda.py" >> ~/.gdbinit
echo "DONE! debug your program with gdb and enjoy"
0 komentar:
Posting Komentar