Commit Graph

942 Commits (0608fc8dd1c9677ec861f3b92874ca53b2907b4f)
 

Author SHA1 Message Date
Disconnect3d c3e32375e1
Use gdb.VERSION instead of parsing gdb.execute result (#467)
8 years ago
Disconnect3d e3b172ed88
Fix shell commands descriptions (#466)
8 years ago
Disconnect3d 812186aeef
Fix pwndbg.disasm.near with disabled caching (#465)
8 years ago
Disconnect3d 7d77bf7004
Fix before_prompt event on old GDB versions (#464)
8 years ago
Disconnect3d 9fd5d35712
Fixes #460 - getting SP reg on threaded apps (#463)
8 years ago
Disconnect3d 96b226f7d0
Change IDA xmlrpc default port (#462)
8 years ago
Disconnect3d 824dd9645c
Add filtering for config and theme commands (#458)
8 years ago
Disconnect3d f4a9cb9463
Fix emulate command crash (#459)
8 years ago
Disconnect3d c224cf48a9
version with IDA: proper hexrays detection (#457)
8 years ago
Disconnect3d fca00ecb76
version command: show IDA Pro versions (#456)
8 years ago
Disconnect3d 9cb502277e
Fix IDA 7 unhandled DecompilationFailure (#455)
8 years ago
Disconnect3d 448dd066e4
Kill compat.py completely (#453)
8 years ago
Disconnect3d 15c8a1184f
Fixes #391 - kills compat.py module (#452)
8 years ago
Disconnect3d 279e1a6db9
Fixes bins command (#424) (#450)
8 years ago
Disconnect3d 14fb7e2dda
Fix bins command 'There is no member named tcache_bins' (#449)
8 years ago
Disconnect3d 089fe869c4
Add stepsyscall and rename next_syscall to nextsyscall (#447)
8 years ago
Disconnect3d f834bf4a0d
Adds stepret command and nextret docstring (#448)
8 years ago
Disconnect3d 0323e769cf
Support hex data prefixed with 0x when using eX windbg command (#444)
8 years ago
Maciej Dębski d3f503540c Implement support for ptmalloc's tcache in heap/ (#420)
8 years ago
Benedikt Werner 399eb3137c Improve behavior without IDA Pro (#442)
8 years ago
Benedikt Werner 0736dbd1c7 Don't check for IDA Pro if it is dissabled (#439)
8 years ago
Disconnect3d e225ba9f64
Tests framework (#375)
8 years ago
Disconnect3d f7eee8fb5d
Fixes #436 - memory write regression (#437)
8 years ago
Maciej Kotowicz 99e5b84f58 fix find_fake_chunk #410 (#435)
8 years ago
Disconnect3d 12d1aef2dd
Fixes #427 - readelf parsing error on old readelf versions (#433)
8 years ago
Disconnect3d 1a5e1347ba
Fixes #428 - pwndbg.memory.write encoding error (#432)
8 years ago
Jörg Thalheim f63a69d474 add basic rust support (#431)
8 years ago
Disconnect3d ff94056514 Fix #429 - osabi check for non-English GDB version (#430)
8 years ago
Meng-Huan Yu f595ba3fe6 Fix Parameter config class (#404)
8 years ago
Maciej Dębski a2df6fb7ab Try to connect to IDA on every debugger stop. (#423)
8 years ago
Disconnect3d d17930d21c
Refactor variable names in nearpc (#422)
8 years ago
Maciej Dębski a3da3f0daa Profiling and performance improvements (#421)
8 years ago
Levente Polyak 8ecaa67043 ensure length padding works with py2 by enforcing unicode awareness (#416)
8 years ago
Bruce Chen baa30ef2ba display the frame pointer register (x29) in aarch64 context (#418)
8 years ago
Zach Riggle c02f04efa8 Ban isort==4.3.0 (#417)
8 years ago
Zach Riggle 8f4dc8f634 Change README about GEF / GDBINIT / PWNDBG (#413)
8 years ago
Disconnect3d 869e8320e1
Bring back possibility of empty context (#409)
8 years ago
Zach Riggle 7bff516515 Better detection of extended-remote types
8 years ago
Zach Riggle 06bb87bd56
Update DEVELOPING.md
8 years ago
Disconnect3d 2a9149b96b
Add developer notes (#405)
8 years ago
Disconnect3d 39f60e9f64
Fix missing enum in Python 2 (#403)
8 years ago
Levente Polyak d043720272 syntax: highlight code for chain format during enhance (#400)
8 years ago
Levente Polyak a2cf4e4225 color: make lrjust() work with multiple chars (#401)
8 years ago
Disconnect3d fbbaf70df9
[WIP] Stop highlight and prefix display when repeating nearpc command (#399)
8 years ago
Levente Polyak e71bebdcdb improve repeat functionality of commands (#395)
8 years ago
Meng-Huan Yu e0c02a4484 Make de-reference only works on known pages in bare metal mode and add commands to manually add pages (#385)
8 years ago
Levente Polyak 103b1def61 config: validate context-sections and show all available values (#396)
8 years ago
Levente Polyak 3c907000ce context: bring back args section (default off) (#397)
8 years ago
Meng-Huan Yu cbc4f779fc Implement asm&source syntax highlight (#390)
8 years ago
Disconnect3d ecbe507e00
Fix inthook for enums in Python 3 (#393)
8 years ago