Commit Graph

539 Commits (2a4eaa927eaa8ccb4b819ad41bb308e433b48820)
 

Author SHA1 Message Date
Levente Polyak 2a4eaa927e avoid searching 0-length in memory (#181)
9 years ago
Levente Polyak a6dbb6140f remove duplicate shell command 'sort' (#183)
9 years ago
Levente Polyak 67b584ae13 don't override gdb internal 'find' command via shell cmds (#182)
9 years ago
Zach Riggle 064a2c1ea8 Add docs requirements file
9 years ago
Zach Riggle 06a03634f4 Add ROPgadget as an explicit dependency
9 years ago
Zach Riggle 4a96004003 Add documentation, eventually for ReadTheDocs (#169)
9 years ago
Zach Riggle 12ad874d0f Test all branches
9 years ago
Zach Riggle c56fd4481c Update README
9 years ago
Zach Riggle a3cfacf475 Update README
9 years ago
Zach Riggle 4c43a0c438 Support disassembling at address 0 via context
9 years ago
Zach Riggle a2cc06de7b MMAP_MIN_ADDR is zero if debugging a kernel
9 years ago
Zach Riggle 51a485477e Handle QEMU kernels better, especially ARM kernels
9 years ago
Zach Riggle 37b8b19c34 Fix "remote in target"
9 years ago
Zach Riggle a4902c7e26 Default to the current PID if the TID is zero
9 years ago
Levente Polyak 8e12dacc81 fix NoneType access if emulator not available through import (#166)
9 years ago
blendin eeaab5ec44 Added commands for xorring regions of memory (#164)
9 years ago
Zach Riggle faaaee7efd Speed up and limit the return size of pwndbg.memory.string
9 years ago
Hubert Barc e0eb7857b6 Fixed canary command(typos) (#162)
9 years ago
Zach Riggle 5e34e34dc4 Remove debugging code
9 years ago
Zach Riggle a109632530 Better error messages for nearpc
9 years ago
Zach Riggle 494e7ae13c Fix canary command
9 years ago
Zach Riggle 2bb8732efc Fix typo
9 years ago
Zach Riggle efe6c8b148 Sort inputs
9 years ago
Zach Riggle 5346cf9a0a Add an error message when PC is invalid
9 years ago
Zach Riggle 8351b3b39d wip
9 years ago
Zach Riggle 9d19daaea3 Simplify ctypes and ELF logic for choosing endianness / architecture
9 years ago
g05u 8110dacacb Fix disassembler extra=None vs extra=0 (#157)
9 years ago
Zach Riggle 5f0e84294c Add retaddr command
9 years ago
Zach Riggle e8b4fbf8e5 Add canary command
9 years ago
Zach Riggle 99823ee68d Catch unsupported architectures in pwndbg.arguments
9 years ago
Zach Riggle f6fc5546c5 Add PowerPC to the ABI list
9 years ago
Zach Riggle 181a9b7de5 Dont die on non-emulated architectures
9 years ago
Zach Riggle 9042f5f761 Remove unused variables from setup.sh
9 years ago
Zach Riggle 62b772a3d6 Remove --target from setup.sh
9 years ago
Zach Riggle edc85de70c Update dependencies to latest versions
9 years ago
Zach Riggle 3285da1754 Upgrade setup.sh to work with newer Capstone and Unicorn
9 years ago
Zach Riggle eb4bd8f4dc Use endianness in emulator
9 years ago
Zach Riggle 4e60e0b80c Fix regression when diassembling ARM code
9 years ago
Zach Riggle c741026c61 Clean up and sort imports
9 years ago
Zach Riggle 0c23d14891 Update Capstone caching, since we cannot change MIPS endianness on-the-fly
9 years ago
Zach Riggle bb55cbf5b8 Use correct endianness for Capstone disassemblers
9 years ago
Zach Riggle aadd83f7d5 Adding MIPS-BE symbol files makes GDB segfault
9 years ago
Zach Riggle adfa644a15 Switch endianness for ctypes objects
9 years ago
Zach Riggle b91b6218da Add pwndb.events.start.on_stop
9 years ago
Zach Riggle 95f7a1d94c Fix CI regression introduced in 2bfe549
9 years ago
Zach Riggle a3987ff340 Fix high addresses in chain()
9 years ago
Zach Riggle fa957b152f Catch exceptions from disassembly-flavor intel
9 years ago
Zach Riggle 2bfe549b22 Add libc6-dbg to installed packages
9 years ago
diouziou 7946274af0 Update __init__.py (#153)
9 years ago
Zach Riggle ea1b533884 Aslo revert unicorn changes
9 years ago