Commit Graph

2043 Commits (0e83450f2f7090fd5a051154e86e5de52fe6f8bd)
 

Author SHA1 Message Date
Zach Riggle 5e99cb09b8 Return empty AUXV() entries, not empty dictionaries
10 years ago
Zach Riggle 38656c9cee Update auxv less frequently
10 years ago
Zach Riggle 2aa4cbaf3c Catch MemoryError when searching for AT_EXECFN
10 years ago
Zach Riggle 68ab121dff Fix wrong function used by pwndbg.elf.entry
10 years ago
Zach Riggle 2d4a6355a9 Fix auxv failure cases
10 years ago
Zach Riggle 328d9e5dd3 Update Capstone and Unicorn versions
10 years ago
MengHuan Yu 7aca39049f Fix the address padding issue in nearpc()
10 years ago
Levente Polyak 36a654856d fixed condition label expression leading to always be None (#81)
10 years ago
Levente Polyak 0174d52ada remove vmmap debug print of passed map parameter (#82)
10 years ago
MengHuan Yu ded18e02ee Handle ImportError exception of pwndbg.emu.emulator in disasm
10 years ago
Zach Riggle 0c60dda07b Add core files for testing purposes
10 years ago
MengHuan Yu 6c04e5368e Show "x" when the condition instruction will not be taken (#74)
10 years ago
Levente Polyak 5028f69ce5 highlighting the current IP or line of the code/source section (#49)
10 years ago
MengHuan Yu d15e8b9efe fix the x86/64 memory_sz name construct process (#69)
10 years ago
Levente Polyak 8d5982bce4 Less aggressive faulty source line detection (fixes #78) (#80)
10 years ago
Zach Riggle 24c4847eeb Replace isinstance usage for int/long/str with six types
10 years ago
Zach Riggle 373272aecd sixize
10 years ago
Zach Riggle 42ab6eb6b3 Use six module for types
10 years ago
Zach Riggle d97847b872 Add isort, config, and pre-CI hook
10 years ago
MengHuan Yu 3f44141c85 Set the target value to None for non-PC RET (#75)
10 years ago
MengHuan Yu c42d713de7 Add color config of rodata and add cyan() colorize function (#70)
10 years ago
MengHuan Yu 4b7ae7ef51 use 4 space instead of tab (#71)
10 years ago
Zach Riggle 28a065b7a4 Fix infinite recursion via lambda with RWX memory
10 years ago
Zach Riggle 206e0c26ac Fix docstrings, hide Defcon commands
10 years ago
Zach Riggle cb81ff37d9 Add dev branch to CI so that I can push without Pull Requests (#67)
10 years ago
Zach Riggle 57fa7cb20e Fix "config" command option names (#64)
10 years ago
Zach Riggle e595f58fb5 Only CI pushes for master branch (#65)
10 years ago
Zach Riggle 58ccfef946 Add configurable color points (#63)
10 years ago
Zach Riggle 0c9200d614 Enable caching on Travis (#59)
10 years ago
Zach Riggle 332f7a45dc Move badges back onto title line (#62)
10 years ago
Zach Riggle 37c52e4e02 Use IPA phonetic pronunciation instead of enPR (#61)
10 years ago
Zach Riggle 3077bd4cf6 Fix links in README.md (#60)
10 years ago
Zach Riggle 56f3149008 Remove double header (#58)
10 years ago
Zach Riggle 170c1c3f81 Update README to remove giant BETA warning (#57)
10 years ago
Gulshan Singh 058fe79aef Added travis badge (#56)
10 years ago
Gulshan Singh 269b47f6e1 Added .travis.yml (#55)
10 years ago
Zach Riggle b987b41412 Work around loud exception for GDB 7.7 which may cause wrong arch to be used
10 years ago
Zach Riggle d7833ebe7b Clean up checksec code, use --file in all cases since Binjitsu supports it now
10 years ago
Zach Riggle 93b3e790fa Add autoWait to ida_script
10 years ago
Levente Polyak 177bcca6e4 remove seemingly obsolete pwndbg/events file (#54)
10 years ago
Zach Riggle 6a06882f1f Remove unnecessary comments
10 years ago
Levente Polyak c4ec37405d adding colored-flags config switch to colorize eflags (#51)
10 years ago
Zach Riggle b0a2d5b38b Add configuration point show-flags
10 years ago
Zach Riggle 22792e1e83 Handle Python2 exceptions
10 years ago
Zach Riggle d632abe0c7 Fix NameError on GDB 7.7
10 years ago
Zach Riggle 9d268a021b Fix parameter exception on OSX
10 years ago
Zach Riggle 8633967037 Add pwndbg config command to dump configuration values
10 years ago
Zach Riggle dfa8ed8c5a Add configuration point for code emulation
10 years ago
Zach Riggle f4279dbe97 Add events for reg/mem changed and hook them to reset_on_stop
10 years ago
Zach Riggle 85da3d82b0 Migrate checksec to get_file
10 years ago