Commit Graph

2191 Commits (028fc7b757330bd4a1947762f4c4fb7a456d36a8)
 

Author SHA1 Message Date
koalajoe23 028fc7b757
Make setup.sh return non-zero for all errors (#2599)
1 year ago
patryk4815 53f77ad6a5
Fix readme: codecov wrong branch, install from tar.xz (#2598)
1 year ago
k4lizen 654a9c1b37
fix: dont start GdbFunction help text on a new line (#2596)
1 year ago
patryk4815 f63a47bade
Add workaround for deadlock in gdb, when calling gdb.execute inside stop event (#2594)
1 year ago
patryk4815 773cec7c4a
Cleanup gdblib (#2592)
1 year ago
Matt. f4b86c7779
Add support for event suspention to the Debugger API (#2593)
1 year ago
Disconnect3d 5e7b406dff
Fix #2549: block config.<name> assignments (#2585)
1 year ago
Matt. 7658e2b707
Fix handling of absolute paths in `LLDBProcess._resolve_fullpath` (#2591)
1 year ago
Kacper Wojtowicz 1df92cb766
Strings command (#2505)
1 year ago
patryk4815 1980aba40d
Added a workaround to correctly handle broken registers in unicorn (#2587)
1 year ago
Disconnect3d ccb2fadce4
Improve tests.py stats handling (#2586)
1 year ago
Disconnect3d 1aa585af5d
Minor refactor of aglib/regs.py:get_register (#2583)
1 year ago
Aaron Adams 4fa42857ec
refactor: create ptmalloc2 and jemalloc command categories (#2575)
1 year ago
patryk4815 ce954f7448
Add workaround for gdbserver weird bug (#2577)
1 year ago
patryk4815 810571819f
Cleanup unused cache: Verified by disconnect3d to ensure no duplicate objfiles when using GDB remote (#2580)
1 year ago
patryk4815 15a80ad4a7
Port to aglib: entry (#2567)
1 year ago
patryk4815 64bd3fee8e
Port to aglib: ropgadget (#2563)
1 year ago
patryk4815 921ba71cf4
Port to aglib: onegadget (#2564)
1 year ago
patryk4815 0076f108ab
Port to aglib: dt (#2568)
1 year ago
Matt. 8e93085bdb
Make `aglib.get_register` less stringent (#2569)
1 year ago
patryk4815 1b71c57681
mypy: fix typing issues (#2571)
1 year ago
Matt. f6c0fe7657
Remove `one_shot` from `Process.break_at` (#2562)
1 year ago
patryk4815 cd7efad5f9
Fix the lexing of arguments in LLDB to match the behavior of gdb.string_to_argv. (#2566)
1 year ago
patryk4815 cd89c9d26c
Add nix tests (#2557)
1 year ago
patryk4815 cef203d8a1
Make some commands available from lldb (#2556)
1 year ago
k4lizen f7379ae760
Fix poetry not finding the pwndbg folder (#2561)
1 year ago
k4lizen 765e541988
cast self._gdbValue to int (#2559)
1 year ago
patryk4815 a2fa68f7ed
Port procinfo (#2550)
1 year ago
patryk4815 be05019504
Port plist (#2551)
1 year ago
patryk4815 d01ee809a2
commands/aslr.py: port to aglib (#2555)
1 year ago
patryk4815 ae579e76e1
Port errno (#2552)
1 year ago
patryk4815 dda714883b
commands/*.py: port a lot to aglib (#2554)
1 year ago
patryk4815 4a73e4749a
Fix disasm (#2553)
1 year ago
patryk4815 30f7ea08dc
Port emulator to aglib api (#2547)
1 year ago
Aaron Adams 8955a1170a
fix(jemalloc): More gracefully handle cmd failure due to missing types/symbols (#2527)
1 year ago
Aaron Adams 74838520dc
fix(nix): add missing one_gadget package for tests (#2546)
1 year ago
patryk4815 0caf175699
Fix terminfo (#2532)
1 year ago
patryk4815 1ab71ff7a0
tests: add pytest duration (#2541)
1 year ago
Matt. aee453e9c6
Change DEVELOPING.md to better reflect ported LLDB (#2524)
1 year ago
Matt. 4e30fdeb75
Remove `pset` as a command and replace it with the `set` LLDB Pwndbg CLI command override (#2525)
1 year ago
patryk4815 1bafe22ae1
Add new portable builder for macos + rewrite all (#2528)
1 year ago
Dejan 066352a37b
hex2ptr - naming and hex replace (#2530)
1 year ago
k4lizen e55ca003f6
cleanup ~/.gdbinit modification in setup.sh (#2529)
1 year ago
patryk4815 8597194398
Add LLDB build check workflows for x86_64-darwin and aarch64-darwin (#2526)
1 year ago
Dejan cd918e435a
addressify #2506 (#2516)
1 year ago
patryk4815 a534af1c28
Port a lot of tests to aglib (#2519)
1 year ago
Aaron Adams f26453884f
Fix jemalloc and qemu tests on nixos (#2515)
1 year ago
Aaron Adams 019ff1a625
Remove mention of black and setup.cfg. Minor markdown tweaks (#2520)
1 year ago
patryk4815 feeb713396
Fix jemalloc #2502 (#2512)
1 year ago
jetchirag 233680bd22
Fix bug where find_names_uncompressed fails all the time (#2507)
1 year ago