Commit Graph

447 Commits (04c06fa450e42b1740b1cc73ef645d1f2b7b2632)

Author SHA1 Message Date
k4lizen 04c06fa450
Make mallocng test more consistent (#3444)
2 weeks 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)
3 weeks ago
OBarronCS 4038a1b880
Fix aarch64_be disassembly. Instructions are always little-endian (#3423)
3 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)
1 month ago
OBarronCS 52d1ba5562
Fix nearpc lines parameter (#3357)
1 month ago
Carl Smedstad 77158104f1
Support system Zig in addition to the one bundled in a Python package (#3398)
1 month ago
OBarronCS 755ff4ccc2
Remove duplicate GDB tests (#3397)
1 month 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)
2 months 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)
4 months ago
Matt. abf873b0b3
Refine `vmmap` output on Darwin (#3255)
4 months ago
k4lizen 4506754bbc
mallocng: Implement ng-dump command to dump heap state (#3256)
4 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)
5 months ago
jxuanli 9aabc0b83d
Supporting kernel debugging in the absence of provided type information (#3116)
5 months ago
Rachit Kumar Pandey 2f19e96f49
feat(cyclic): Add --detect flag in cyclic command (#3162)
5 months ago
patryk4815 12237f4c0b
ZIGPATH cleanup (#3175)
5 months ago
patryk4815 72dc157686
Drop external `ps` calls in favor of `psutil` (#3179)
5 months ago
patryk4815 33002925f8
bump: zig-0.13.0 -> zig-0.14.1 (#3166)
5 months ago
patryk4815 7e7c47f209
fix relative imports in tests (#3163)
5 months ago
patryk4815 f7f8b31f4f
add relative imports into tests (#3161)
5 months ago
Matt. 365af330ef
Add LLDB test driver and initial Debugger API tests (#3120)
5 months ago
Elijah Hauber 0abe0a8066
Add tests for issue #2621 (#3148)
5 months ago
OBarronCS e5530ca8f3
Correctly disable emulation on selected instructions (#3155)
5 months ago
OBarronCS c189974445
Adjust relative path to .zig directory in Makefiles after directory restructure (#3153)
5 months ago