Commit Graph

1471 Commits (30053d1a24c670e49e8c53740d654b3b072def4d)
 

Author SHA1 Message Date
Gulshan Singh 0bd3d3a37f
Remove unnecessary imports in __init__.py (#1252)
3 years ago
Gulshan Singh 13e1608ecd
Cleanup dependencies (#1251)
3 years ago
Gulshan Singh b0249dda6b
Cleanup load_gdblib() (#1248)
3 years ago
Gulshan Singh 8fdc423841
Move net.py to lib (#1246)
3 years ago
Gulshan Singh 6a40c09057
GDB Refactor [16/N]: Move tls.py to gdblib/tls.py (#1245)
3 years ago
Gulshan Singh 2eccf02b50
GDB Refactor [15/N]: Move stack.py to gdblib/stack.py (#1244)
3 years ago
Gulshan Singh 135ced5c9e Load commands and gdblib explicitly in __init__.py
3 years ago
Disconnect3d e5043535a3
Fix #1197: dont display ctx on reg/mem changes (#1239)
3 years ago
Disconnect3d 59889f1330
events.py: remove unused Pause class (#1223)
3 years ago
Gulshan Singh 23caabdb76 Split heap tests into their own files
3 years ago
Gulshan Singh 6c1ddb451c Moved heap tests into tests/heap
3 years ago
CptGibbon 91505a47b1
Add `malloc_chunk` command tests for heuristic heap (#1234)
3 years ago
Gulshan Singh ebadd88220
Add --shell argument to pwndbg command (#1233)
3 years ago
Gulshan Singh 0d73e9d8c9
Cleanup requirements and run full setup in lint CI job (#1230)
3 years ago
lebr0nli 0237c1deff Make `CStruct2GDB` support `gdb.types.has_field()`
3 years ago
disconnect3d 32166d0ed3 fix #1221: ipi command multi-line inputs
3 years ago
Disconnect3d f56db46a59 Update README with GDB build steps
3 years ago
lebr0nli c67f6ea412 Make the heuristic compatible with new heap code
3 years ago
CptGibbon ef89d417d6 Add malloc_chunk command test
3 years ago
Amogh Desai 3be4559970
leakfind should default to $sp (#1218)
3 years ago
Disconnect3d 3c8ee9bb37 Delete .sublime-settings
3 years ago
disconnect3d 3974364e6d improve bugreport text
3 years ago
disconnect3d ae9661b7f3 bugreport command: use code listings
3 years ago
disconnect3d 12d4012142 remove defcon.py
3 years ago
disconnect3d 86e4679f79 add show-flags and show-compact-regs to ctx regs banner
3 years ago
disconnect3d 55ab0ae091 fix pipe:X in test
3 years ago
disconnect3d e728fa8614 allow for pipe:X in test
3 years ago
disconnect3d b209ada229 Fix disable_colors formatting & test ctx disasm showing fds
3 years ago
disconnect3d 21794a6ec4 tips: add set show-flags on tip
3 years ago
CptGibbon 4069400262 Revert Chunk.size meaning, add Chunk.real_size
3 years ago
CptGibbon 74f07b33c5 Integrate Chunk class into malloc_chunk command
3 years ago
CptGibbon 36aaaf5a16 Remove redundancy in malloc_chunk command
3 years ago
CptGibbon 1542949443 Add bk_nextsize property to Chunk class
3 years ago
CptGibbon a25cdfe976 Add fd_nextsize property to Chunk class
3 years ago
CptGibbon ef6a84e821 Add flags mask to Chunk.size
3 years ago
CptGibbon 9aafed82be Change Chunk.size to Chunk.size_field
3 years ago
CptGibbon 10117946f2 Remove unused variable in flags property
3 years ago
Disconnect3d 521514b204
fix #1190: telescope -r with addr as count (#1198)
3 years ago
syheliel f571d5ca84 fix lint
3 years ago
syheliel 26ec474eae fix lint
3 years ago
syheliel 5324ba1d2a fix test
3 years ago
syheliel d5d39c85eb Add more type hint
3 years ago
syheliel ce7de2d443 fix `unpack(self, data: bytes) -> int:`
3 years ago
syheliel fe0c279c70 add type for ./pwndbg/lib/
3 years ago
disconnect3d d8a62f1120 Cleanup: remove ParsedCommand and fix search help string
3 years ago
Disconnect3d 8453ddc680 search command: remove unused string optional arg
3 years ago
lebr0nli bddaa408f8 Switch to default stdio before `import ipdb`
3 years ago
lebr0nli 87b1bed2c2 Use `pwndbg.lib.stdio.stdio` to refactor the code
3 years ago
lebr0nli 3f3746beb2 Print a warning for users if they don't have ipython
3 years ago
Miles Liu 8d184a9e8e Upload codecov report only from Ubuntu22.04
3 years ago