Commit Graph

515 Commits (8351b3b39d930b8c05a1be6ba512eaca47cc225b)
 

Author SHA1 Message Date
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
Zach Riggle b5ec245f77 Roll back capstone since the build is broken / changed
9 years ago
Zach Riggle 99e3fcf085 Update unicorn to 1.0-rc2
9 years ago
Zach Riggle 849b81622e Update capstone to latest "next"
9 years ago
David Tomaschik 4b46316ffb Fix exception when 'print elements' is unlimited. (Fixes #145) (#146)
9 years ago
blendin d6a03b3c98 Added heap operations (#140)
9 years ago
Disconnect3d 0d3952f1ae Extended README with info about FEATURES (#143)
9 years ago
Disconnect3d f728a2870a Configurable IDA Pro RPC endpoints (#139)
9 years ago
Zach Riggle 2b5e39474c Add PEP8 configuration file for pep8 command-line and PyCharm
9 years ago
joeleong 73e04e6cc7 Fix windbg dX commands with explicit count (#142)
9 years ago
Zach Riggle 9e91689be3 Merge branch 'dev'
9 years ago
Zach Riggle e2dcbcfd35 Use IDA LocByName to retrieve symbol addresses
9 years ago
Zach Riggle fb462c3083 Add gdb.lookup_symbol to pwndbg.symbol.address
9 years ago
Zach Riggle 0eb5d39a74 Merge remote-tracking branch 'origin/dev'
9 years ago
Zach Riggle fa929127c0 Do not decode section names
9 years ago
Zach Riggle b1fc02bd50 Ignore update failures
9 years ago
Zach Riggle 142669d714 Merge branch 'dev'
9 years ago
Zach Riggle 8a34f6082f Add configfile and themefile commands
9 years ago
Levente Polyak 6e2f8f7b34 adding context-clear-screen feature with config value (#134)
9 years ago
Disconnect3d 94bc5910d9 Add check for UTF-8 encoding (#131) (#135)
9 years ago
Zach Riggle 53a7e3f859 Mask pointer value before packing it (#130)
9 years ago
dqi 30f1498fa0 add option to show retaddr register to config (#127)
9 years ago
Levente Polyak cb00aa7396 workaround for python2 unicode printing (#129)
9 years ago
Isaac 478ef9567e make metaclass syntax in inthook.py compatible with Python 3 (#128)
9 years ago
dqi fcce92c294 fix calling value() on NoneType (#125)
9 years ago