Commit Graph

455 Commits (dev)

Author SHA1 Message Date
patryk4815 82dc478359
Refactor tests (#3457)
3 days ago
Abdullah 632ae3d9e0
tests: relax jemalloc heap address regex for portability (#3460)
5 days ago
Eshaan Gupta 8d1adc2a1e
Fix plist to support pointer-sized integer fields (#3448) (#3453)
6 days ago
patryk4815 89d307fa54
Refactor tests (#3456)
7 days ago
patryk4815 7c83a2acd4 Revert "Remove pwndbg.aglib.regs.__getattr__, convert uses to pwndbg.aglib.re…"
1 week ago
OBarronCS 4ff9f010f6
Remove pwndbg.aglib.regs.__getattr__, convert uses to pwndbg.aglib.regs.read_reg (#3441)
1 week ago
patryk4815 2b3bd070b6
Bump lldb20->lldb21 from pypi (#3446)
1 week ago
patryk4815 145d5c9673
Bump gdb from pypi + fix gdb-pt-dump dependency (#3445)
1 week ago
k4lizen 04c06fa450
Make mallocng test more consistent (#3444)
1 week ago
OBarronCS 9763fc3437
Replace all occurrences of pwndbg.aglib.regs[x] with pwndbg.aglib.regs.read_read("x") for register reads. Remove __getitem__ from the regs module. (#3440)
2 weeks ago
OBarronCS 4d32831b8f
PowerPC branch condition resolution and emulation (#3426)
2 weeks ago
OBarronCS 4038a1b880
Fix aarch64_be disassembly. Instructions are always little-endian (#3423)
2 weeks ago
OBarronCS fcaebb752e
Enable cross-architecture instruction patching (#3419)
3 weeks ago
patryk4815 b6dbbcb397
remove unneeded unit-tests for readline on py3.13 (#3400)
4 weeks ago
OBarronCS 52d1ba5562
Fix nearpc lines parameter (#3357)
4 weeks ago
Carl Smedstad 77158104f1
Support system Zig in addition to the one bundled in a Python package (#3398)
4 weeks ago
OBarronCS 755ff4ccc2
Remove duplicate GDB tests (#3397)
4 weeks ago
Will Rosenberg 3029957148
fix get_file() checking relative paths (#3386)
1 month ago
marywinter3 39083a134c
Hexdump command (#3337)
1 month ago
jxuanli 217590668b
Partial support for simultaneously debugging different kernel tasks (#3370)
1 month ago
OBarronCS a1e5c13abf
Fixup unconditional branch detection, do not annotate conditional instructions which are not taken. Add 3 new arm tests (#3358)
2 months ago
OBarronCS c2ed988f19
Cleanup old aarch64 test (#3356)
2 months ago
OBarronCS 85b93a792a
Manually propagate register values across instructions while disassembling (#2963)
2 months ago
jxuanli 7c87ab0f19
improving the computation of page struct size (#3346)
2 months ago
patryk4815 995f5430d9 disable msr tests (#3338)
2 months ago
jxuanli 075580d59a
Added `klookup` option for applying symbols (#3318)
2 months ago
jxuanli c2c31fc01e
Handling `kmem_cache` recovery edge case + improving SLUB corrupted list handling (#3311)
2 months ago
jxuanli 2ea5e383bf
avoid default values for the options of `buddydump` (#3313)
2 months ago
patryk4815 ee10c5aea8
Replace mips64 with mips64el (#3306)
3 months ago
jxuanli b6c62f6f2a
Fixing computation of Aarch64 page markers and physical offset handling (#3291)
3 months ago
patryk4815 985a599b08
bump uv.lock and pyproject.toml (#3294)
3 months ago
OBarronCS 4dd7300a50
Update to Capstone6-alpha5 (#3274)
3 months ago
k4lizen 4891cceafe
Add max-decimal-number config (#3259)
3 months ago
Matt. abf873b0b3
Refine `vmmap` output on Darwin (#3255)
3 months ago
k4lizen 4506754bbc
mallocng: Implement ng-dump command to dump heap state (#3256)
3 months ago
jxuanli 41c8bc734b
Improving `kmod` (#3254)
4 months ago
k4lizen a049d72124
mallocng: Show slot statusline when printing meta (#3245)
4 months ago
Deepanshu Sharma 870825cd5f
changing PWNDBG_DISABLE_COLORS to NO_COLOR #3191 (#3239)
4 months ago
Matt. 822a32a254
Integrate Debugger-agnostic tests into the test pipelines (#3215)
4 months ago
k4lizen 43ce818c4c
mallocng: Add ng-vis command (#3234)
4 months ago
patryk4815 f9f90d9f02
Replace pwnlib.asm.asm with pwndbg.lib.zig.asm (#3207)
4 months ago
OBarronCS 54099990ab
RISC-V ret instruction resolution (#3211)
4 months ago
Matt. 630eac36c8
Port tests to debugger-agnostic test group: Second Batch (#3189)
4 months ago
Allen Chang 26db4533aa
Add command to display information about kernel syscalls (#3103)
4 months ago
k4lizen 335cc887c6
mallocng: Add tests for mallocng commands (#3188)
4 months ago
Matt. a5d5988020
Assorted enhancements and bug fixes to LLDB (#3190)
4 months ago
Matt. 15524bcfaa
Port tests to debugger-agnostic test group: First Batch (#3165)
4 months ago
jxuanli 9aabc0b83d
Supporting kernel debugging in the absence of provided type information (#3116)
4 months ago
Rachit Kumar Pandey 2f19e96f49
feat(cyclic): Add --detect flag in cyclic command (#3162)
4 months ago
patryk4815 12237f4c0b
ZIGPATH cleanup (#3175)
4 months ago