| .. |
|
commands
|
Fix the address padding issue in nearpc()
|
10 years ago |
|
constants
|
Add print_function to everything
|
10 years ago |
|
disasm
|
Fix bug reported by kavefish
|
10 years ago |
|
emu
|
Remove unnecessary comments
|
10 years ago |
|
heap
|
Add print_function to everything
|
10 years ago |
|
jump
|
Lots of changes for automatically showing various function arguments etc.
|
11 years ago |
|
__init__.py
|
Fix docstrings, hide Defcon commands
|
10 years ago |
|
abi.py
|
Add print_function to everything
|
10 years ago |
|
android.py
|
Do not modify sysroot if it is already set
|
10 years ago |
|
arch.py
|
Work around loud exception for GDB 7.7 which may cause wrong arch to be used
|
10 years ago |
|
arguments.py
|
Add print_function to everything
|
10 years ago |
|
argv.py
|
Dont explode if argv is broken
|
10 years ago |
|
auxv.py
|
Get sane string behavior by implementing pwndbg.memory.string
|
10 years ago |
|
chain.py
|
Basic implementation of heap commands (#36)
|
10 years ago |
|
color.py
|
Fix infinite recursion via lambda with RWX memory
|
10 years ago |
|
compat.py
|
Add print_function to everything
|
10 years ago |
|
config.py
|
Fix "config" command option names (#64)
|
10 years ago |
|
dt.py
|
Add print_function to everything
|
10 years ago |
|
elf.py
|
Clean up some old code
|
10 years ago |
|
elftypes.py
|
Lots of ELF parsing changes. Use pyelftools. Load symbols manually, by section.
|
10 years ago |
|
enhance.py
|
Better detection of heap or stack apges
|
10 years ago |
|
events.py
|
Handle Python2 exceptions
|
10 years ago |
|
file.py
|
Added plt and gotplt commands to print the .plt and .got.plt sections, and cleaned up elfheader command (#43)
|
10 years ago |
|
funcparser.py
|
Add print_function to everything
|
10 years ago |
|
functions.py
|
Add missing modules
|
11 years ago |
|
gcc.py
|
Add print_function to everything
|
10 years ago |
|
gitver.py
|
Add helper to determine dependency versions
|
10 years ago |
|
hexdump.py
|
Add pwndbg.config module and examples
|
10 years ago |
|
ida.py
|
Add more IDA stuff thats a work-in-progress
|
10 years ago |
|
info.py
|
Add print_function to everything
|
10 years ago |
|
inthook.py
|
Add print_function to everything
|
10 years ago |
|
linkmap.py
|
File-level documentation
|
11 years ago |
|
malloc.py
|
Add print_function to everything
|
10 years ago |
|
memoize.py
|
Add events for reg/mem changed and hook them to reset_on_stop
|
10 years ago |
|
memory.py
|
Fix Python3 issue when memory cannot be read
|
10 years ago |
|
net.py
|
Add print_function to everything
|
10 years ago |
|
next.py
|
Add print_function to everything
|
10 years ago |
|
proc.py
|
Make pwndbg.proc.exe actually work
|
10 years ago |
|
qemu.py
|
Add print_function to everything
|
10 years ago |
|
regs.py
|
Add configuration point show-flags
|
10 years ago |
|
remote.py
|
Add print_function to everything
|
10 years ago |
|
search.py
|
Revamp the search command with the new ArgparsedCommand type.
|
10 years ago |
|
stack.py
|
Add print_function to everything
|
10 years ago |
|
stdio.py
|
Add print_function to everything
|
10 years ago |
|
strings.py
|
Get sane string behavior by implementing pwndbg.memory.string
|
10 years ago |
|
symbol.py
|
Don't download files for Android
|
10 years ago |
|
typeinfo.py
|
Add size_t and ssize_t
|
10 years ago |
|
ui.py
|
Add print_function to everything
|
10 years ago |
|
vmmap.py
|
Convert aslr command to argparse style
|
10 years ago |
|
which.py
|
Clean up checksec code, use --file in all cases since Binjitsu supports it now
|
10 years ago |