Commit Graph

2166 Commits (f7379ae7607fb47c346dc45748b43042f35977da)
 

Author SHA1 Message Date
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
Aaron Adams aad7a0d597
fix: Don't report uncompressed kallsyms until actually detected (#2504)
1 year ago
jetchirag 72a51147ce
Added support for uncompressed kallsyms to klookup (#2479)
1 year ago
Anders Felde 4ca87e39c1
Patch _fs_gs_helper when debugging windows remotely (#2478)
1 year ago
Aadish Jain f7bb9b59a8
Solving issue #2485 (#2495)
1 year ago
卂フ卂ㄚ Ҝㄖ卩卩卂Ҝ卂 cf9f3185fc
Added an option to disable the auto update of deps (#2380)
1 year ago
Disconnect3d 68898a7c00
Fix ctxp command (#2498)
1 year ago
Disconnect3d a42082b652
Fix try_free command: make addr argument required (#2499)
1 year ago
Matt. 3a34bbb6d4
Add better handling for exceptions originating in execution controllers under LLDB (#2488)
1 year ago
Disconnect3d 3f206ad31d
Fix gdt command: require address argument (#2497)
1 year ago
Disconnect3d 842aae7bf8
Fixes canary command when no canaries are there (#2496)
1 year ago
Disconnect3d 2d6b87a779
jemalloc.py: remove unused Arena class (#2492)
1 year ago
jetchirag 3ecca0fc1e
Basic jemalloc command for printing arenas info with bin (#2176)
1 year ago
Matt. b84a66f133 Update pwndbg/aglib/shellcode.py
1 year ago
Matheus Branco Borella 74a38b219a Port `mmap` and `mprotect` to the Debugger-agnostic API
1 year ago
Matheus Branco Borella 7e530115b7 Port `shellcode` to `aglib`
1 year ago
Matheus Branco Borella f3f8cb22ef Have the GDB backend handle ExecutionController cancellation properly
1 year ago
disconnect3d 6a9c8d36b5 Fix #2490: Inform about outdated deps and updating process
1 year ago
Matheus Branco Borella 6f1d82381b Add missing `bp.remove()` to `break_next_branch`
1 year ago
Matheus Branco Borella d4cb681284 Restore `context` call to `next` command
1 year ago
Matheus Branco Borella d9a1de1cc3 Lift out execution controllers that do not need function context
1 year ago
Matheus Branco Borella 3949d74274 Port the `next` command family to the Debugger-agnostic API
1 year ago
Matheus Branco Borella 9b9777f406 Port `pwndbg.gdblib.next` to `aglib`
1 year ago
Matheus Branco Borella 66d330652c Add `stopped_with_signal` to the Debugger-agnostic API
1 year ago
Giuseppe Lettieri f35e22441a
Don't ignore set safe-linking settings (#2484)
1 year ago
Disconnect3d 3226ade3ff
Fix memory.poke and make memory.peek return bytearray (#2483)
1 year ago