Commit Graph

1353 Commits (12488fbf1f604581fdc11b67fd1583ccf6b51207)
 

Author SHA1 Message Date
Disconnect3d d4850beecc
fix #1098: dX cmds trunc out on x86 binaries (#1104)
3 years ago
Gulshan Singh 1df714d700
Fix PEP8 violations and add flake8 to CI (#1102)
3 years ago
Disconnect3d b3a560eff0
black all da code (#1103)
3 years ago
Gulshan Singh d8b589d823
Add black to CI (#1101)
3 years ago
disconnect3d 015888684b Fix test_vis_heap_chunk_command on Ubuntu 18.04
3 years ago
disconnect3d 697c32e84b Move pytest to dev-requirements
3 years ago
Gulshan Singh 2bde0cc1d8
Update CI to test 18.04, 20.04, and 22.04 (#1100)
3 years ago
Gulshan Singh 7c53bdeaa8
Minor test cleanup (#1099)
3 years ago
NT Sleep 5d358585b1
Add support for telescope to show previous addresses #1047 (#1094)
3 years ago
Disconnect3d 890e314f2f
tests.sh: add [filter] and --pdb (#1092)
3 years ago
alufers c0b3f88f53
Fix zig not being installed when installed system-wide (#1093)
3 years ago
Disconnect3d e8109b98c1
Remove QuietSloppyParsedCommand once and for all (#1091)
3 years ago
Artur Czepiel 4ee225b115
Make ZIGPATH configurable and provide defaults (#1090)
3 years ago
alufers 36ee7d238d
tools: change zig to install from a tarball (fixes: #1085) (#1089)
3 years ago
Disconnect3d d111c8ddcf
Fix heap test binaries build (#1087)
3 years ago
Disconnect3d 546d6ffa19
fix vis_heap_chunk test on CI? (#1086)
3 years ago
disconnect3d 902d732816 add vis_heap_chunk testcase
3 years ago
Disconnect3d b51b07de77
Revert "Refactor heap code (#1063)" (#1084)
3 years ago
Gulshan Singh a0f3744743
Refactor heap code (#1063)
3 years ago
Gulshan Singh 8cb3d807c5
Fix test runner script for parallel make builds (#1083)
3 years ago
disconnect3d e7b4515e46 fix vmmap for qemu user targets
3 years ago
Arusekk 023a1c19b7
Avoid bare catch-all except blocks (#1080)
3 years ago
Disconnect3d c10c8f840b
Fix coredump debugging (#1079)
3 years ago
Disconnect3d a00ba56872
small refactor of vmmap module (#1078)
3 years ago
Disconnect3d 51bc5e2245
Fixes #1068
3 years ago
Disconnect3d 87114367c1
Revert "Remove shell commands registration (#1064)" (#1073)
3 years ago
Takumi Akiyama 19d59d521f
Replace with IDA 7.x API (#1024)
3 years ago
Disconnect3d 6dd25c3617
Improve search --next speed and add --trunc-out flag (#1066)
3 years ago
Disconnect3d 06cc17b6b4
Remove shell commands registration (#1064)
3 years ago
Lukasz Taczuk d99e15985c
Adds documentation for debugging with PyCharm (#1058)
3 years ago
Alan Li 2c15d03899
Add support to use heap commands without debug symbols (#1029)
3 years ago
Artur Czepiel a4eb1e6610
Fix xor and memfrob (#1057)
3 years ago
Artur Cygan f2e5c98f23
Fix context args crash on missing instruction (#1055)
3 years ago
Gulshan Singh 214f993047
Add tip about $heap_base to tips.py (#1053)
3 years ago
Artur Cygan b27a59729f
Fix aarch64 regs display (#1054)
3 years ago
Lonny Wong 23b5ab0380
fix context showing unexpectedly on first command (#1042)
3 years ago
Gulshan Singh 9f5c514d3f
Add $heap_base variable after running the heap command (#1051)
3 years ago
Janusz Kamieński 4a7f9ada3d
Remove Python 2 legacy code (#1052)
3 years ago
egoism 5e78222d50
nearpc: convert pc to pointer (#1048)
3 years ago
Disconnect3d e867d1db0c
colorful tip of the day & more tips (#1046)
3 years ago
disconnect3d ee6e9f7526 Merge branch 'dev' of github.com:pwndbg/pwndbg into dev
3 years ago
disconnect3d a9b4aa205c tips: add a tip about command
3 years ago
disconnect3d 3d7d2bed4f tips: add a tip about `vmmap`
3 years ago
disconnect3d dbdda35c94 tips: add a tip about Pwndbg instruction emulation for better ctx display
3 years ago
disconnect3d efeb90579d tips: add a tip about context display
3 years ago
disconnect3d 26d90e8f97 tips: inform about the `procinfo` command
3 years ago
disconnect3d 5b7202ed2f tips: inform about the `canary` command
3 years ago
disconnect3d a66b95e7d2 tips: add tip about how we resolve kernel memory maps
3 years ago
Disconnect3d d2b2523695
Aarch64 regs: add X30
3 years ago
disconnect3d 641ee5f5a0 Fix #1045: dont dump kernel vmmaps out of qemu kernel debug
3 years ago