Commit Graph

520 Commits (a1096325302518d7ee7ed58fc942ef3b38500add)
 

Author SHA1 Message Date
Levente Polyak 73b58dae65 fixed potential wrong config param type resolution (#102)
9 years ago
Zach Riggle 692c5282e0 Update capstone to 4.0-alpha3
10 years ago
Zach Riggle d816e103a6 Handle missing sections
10 years ago
Zach Riggle 3d6bd1d285 Force conversion to int() before hex() to avoid 0xdeadbeefL
10 years ago
Zach Riggle d8155ee98b Fix L-postfixed addresses
10 years ago
Zach Riggle 2d7ddf224e Filter shell commands based on which ones are actually available
10 years ago
Zach Riggle de79d6ca12 Remove nextc and nextj direct aliases; they actually aren't necessary
10 years ago
Zach Riggle e650648f4f Restore ida_function.png to original size
10 years ago
Zach Riggle 433d2db9bd Add screenshots
10 years ago
Zach Riggle e2f368b99c Add Contract info
10 years ago
Zach Riggle c19dba46c1 Add best.jpg and link
10 years ago
Zach Riggle 424a8439f6 top_chunk shoud print metadata
10 years ago
MengHuan Yu 2ad36cf6bf Remove ';' in memoize.py (#89)
10 years ago
Zach Riggle d526108fe7 Revert "wip"
10 years ago
Zach Riggle fdb19cb5da Merge branch 'dev'
10 years ago
Zach Riggle 1f6d65f80b Revert "Show "x" when the condition instruction will not be taken (#74)"
10 years ago
Zach Riggle 290eb117f1 wip
10 years ago
Zach Riggle a39c3aef7d Parameterize pwndbg.events.debug
10 years ago
Zach Riggle 63d47e1105 Reorder events in after_reload to simulate start/stop
10 years ago
Zach Riggle 309df7a447 Fix StartEvent being invoked on stop(). Should be exit().
10 years ago
MengHuan Yu dc9bd69001 Update __init__.py (#86)
10 years ago
Zach Riggle 2072c06137 Alias windbg "u" to "nearpc" instead of "x/i"
10 years ago
Zach Riggle 424da93c40 Add shell aliases for pwntools commands
10 years ago
Zach Riggle a79a620861 Add pdisass alias
10 years ago
Zach Riggle bc7150c36b Add ropgadget alias
10 years ago
Sascha Schirra 1bd93e6287 ropper command added (#83)
10 years ago
Zach Riggle a34a1b9d49 Fix exception when we can't find the main exe at all
10 years ago
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