Commit Graph

1712 Commits (2023.07.17-pkgs)
 

Author SHA1 Message Date
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
Disconnect3d 3043c748fe
Remove badges from docs/index.md
3 years ago
lebr0nli c7a72e226f Restore `sys.excepthook` after leaved IPython
3 years ago
lebr0nli 33d9e35b0f Avoid invoking a function of property when auto-completing
3 years ago
lebr0nli 6a3faa0a17 Support starting the Ipython prompt with `ipi`
3 years ago
CptGibbon df26a11b57 Remove `template_heap_command`
3 years ago
CptGibbon a138f7f890 More versatile chunk field name matching
3 years ago
CptGibbon 6e16c51edf More convenient access to individual chunk flags
3 years ago
CptGibbon 1a27176058 Lint
3 years ago
CptGibbon 1b3ac5ceac Add Chunk class & template_heap_command
3 years ago