Commit Graph

482 Commits (2b5e39474c4fc4667edffa0809e1adeb0d08d3a6)
 

Author SHA1 Message Date
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
andigena b7c0fe8751 Avoid infinite loop on 0-sized chunks in heap command (#124)
9 years ago
Zach Riggle b1892b2774 Only check pwndbg module
9 years ago
Zach Riggle b1482385f6 Move futurize to top
9 years ago
Zach Riggle 2a8b455a00 Use local copy for "elf" command
9 years ago
Zach Riggle d0ec3ee9b9 Add int hook to Python3
9 years ago
Zach Riggle b91bb02607 Promote GDB to a third-party utility
9 years ago
Zach Riggle ab1588abc9 Add known_third_party to isort.cfg
9 years ago
Zach Riggle aa73535df9 Run isort on pwndbg
9 years ago
Zach Riggle 80fa7725e6 Run futurize on pwndbg
9 years ago
Adam Van Prooyen c5fbe3fc52 Fixed typos in README.md and FEATURES.md
9 years ago
Gulshan Singh 26f7321c60 Fixed arrow direction (#116)
9 years ago
Gulshan Singh 8d2959c53a Fixed fastbin sizes (#114)
9 years ago
Zach Riggle 561e0d3734 Fix script
9 years ago
Zach Riggle be9b06776b Fix "unhashable dict" error in #111
9 years ago
Zach Riggle 1b6f567fb6 Add a config for --save default
9 years ago
Zach Riggle b36b3ff931 Fix issue introduced by 363ffcae
9 years ago
Zach Riggle f16cdfc3ea Add CheatEngine search with --save and --next
9 years ago
Zach Riggle eae961289c Add shebang and encoding to each file
9 years ago
Zach Riggle c08e6392f6 isort
9 years ago
Zach Riggle b303639bc1 Fix mapping of VDSO and Linker under QEMU
9 years ago
Zach Riggle 73b27de5c0 Add missing import
9 years ago
Zach Riggle 363ffcaea7 Mark PC as executable upon resuming execution
9 years ago
Zach Riggle 65e5037cf0 Use annotated tags
9 years ago
Zach Riggle 40869c352f Fix tag script for OSX
9 years ago
Zach Riggle 1366b7d81d Rename tag script
9 years ago
Zach Riggle 2c5b914fb6 Make push_tag smaller
9 years ago
Zach Riggle 3fbbc91f2e Update submodules
9 years ago
Zach Riggle 4aeebf427b Remove input- and output-radix changes, as this confuses people
9 years ago
Zach Riggle ced1734e52 Fix Windbg byte-order
9 years ago
Zach Riggle 3460f886a1 Add tag-push script
9 years ago
Zach Riggle 7bdec11e6d Do not use sudo for the setup.sh since this sets up the submodule files to be owned by root
9 years ago
Zach Riggle c443b466b2 Migrate prompt into prompt.py
9 years ago
Zach Riggle 00150efce7 Use floor division operator
9 years ago