Commit Graph

1353 Commits (12488fbf1f604581fdc11b67fd1583ccf6b51207)
 

Author SHA1 Message Date
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
disconnect3d 1ca4d2d33c Enhance heap with for static-linked binaries & remove typeinfo bloat
3 years ago
disconnect3d ea98cfae77 silence heap_bugs.c build warnings
3 years ago
lebr0nli 4ad2d76327 Show less error when trying to load a non-exist type
3 years ago
disconnect3d 3b2f7796d6 Fix #1165: set context-clear-screen on resetting scrollback
3 years ago
Albert Koczy 30cd4c7372 fix: lint
3 years ago
Albert Koczy 9e84c18c44 fix: mprotect command and add tests for it
3 years ago
disconnect3d d2ba9955b5 fix lint
3 years ago
disconnect3d f322fae4a2 Show arch and emulation status on disasm banner
3 years ago
disconnect3d 02eb8e6dd7 fix libc objfile name in tests
3 years ago