Commit Graph

539 Commits (2a4eaa927eaa8ccb4b819ad41bb308e433b48820)
 

Author SHA1 Message Date
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
Takumi Akiyama 5ae7e241ed Fix search string as bytes (#104)
9 years ago
Levente Polyak 27bd04b07a more colors and fully customizable and themeable styles (#84)
9 years ago
Zach Riggle 9905d43350 Remove unused file, fix unicode error, add syntax checking for all files
9 years ago
Zach Riggle 31d255afe3 Merge branch 'dev' of github.com:pwndbg/pwndbg into dev
9 years ago
Zach Riggle 6b0c869ed1 Add test step for ida_script
9 years ago
Zach Riggle 40c2819730 Fix eval() lambda
9 years ago
Dominik Czarnota 4f85ae6557 Add pwndbg commands list filtering (#93)
9 years ago
Zach Riggle 5e9da142d3 Update capstone to 4.0-alpha3
9 years ago
Zach Riggle 1be20e4a2d Add test step for ida_script
9 years ago
Zach Riggle 97020fe149 Fix eval() lambda
9 years ago
MengHuan Yu a1d4b79dd5 Enhance stack command to support offset argument (#99)
9 years ago
Dominik Czarnota 34ee630def Add pwndbg commands list filtering (#93)
9 years ago
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