You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pwndbg/pwndbg/aglib
k4lizen 35585eb5fc
Minor fixups (#3483)
2 days ago
..
disasm 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) 3 weeks ago
heap Minor fixups (#3483) 2 days ago
kernel Fix aglib.kernel.try_usymbol size value (#3473) 5 days ago
__init__.py update links (#3373) 2 months ago
arch.py Revert "Remove pwndbg.aglib.regs.__getattr__, convert uses to pwndbg.aglib.re…" 2 weeks ago
argv.py Lazy argv (#2649) 12 months ago
asm.py Replace pwnlib.asm.asm with pwndbg.lib.zig.asm (#3207) 4 months ago
commpage.py Dump apple commpage (#3263) 4 months ago
ctypes.py
dt.py A few more docs fixups (#3064) 6 months ago
dynamic.py Port aglib.symbol + aglib.kernel + aglib.godbg (#2605) 1 year ago
elf.py bump uv.lock and pyproject.toml (#3294) 3 months ago
file.py fix get_file() checking relative paths (#3386) 1 month ago
godbg.py Re-enable archlinux tests (#3478) 3 days ago
macho.py Fix DYLD Shared Cache (#3282) 3 months ago
memory.py checking if function sysmbols exist before lookup in ArchSymbols (#3352) 2 months ago
nearpc.py 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) 3 weeks ago
next.py Assorted enhancements and bug fixes to LLDB (#3190) 4 months ago
objc.py Revert "Remove pwndbg.aglib.regs.__getattr__, convert uses to pwndbg.aglib.re…" 2 weeks ago
onegadget.py Improve performance of pointer memory reads (#3021) 7 months ago
proc.py Pwndbg architecture name list (#2712) 10 months ago
qemu.py Cleanup qemu-user, gdb<12, vmmap (#2644) 12 months ago
regs.py Revert "Remove pwndbg.aglib.regs.__getattr__, convert uses to pwndbg.aglib.re…" 2 weeks ago
remote.py Port argv (#2643) 12 months ago
saved_register_frames.py Express context saved to the stack + Arm Cortex M Exception return address resolution (#2807) 8 months ago
shellcode.py 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) 3 weeks ago
stack.py Retrieve debug info when present to show stack variables (#3451) 4 days ago
strings.py add strings.yield_in_page, refactor strings command (#2843) 8 months ago
symbol.py Supporting kernel debugging in the absence of provided type information (#3116) 5 months ago
tls.py Revert "Remove pwndbg.aglib.regs.__getattr__, convert uses to pwndbg.aglib.re…" 2 weeks ago
typeinfo.py Supporting kernel debugging in the absence of provided type information (#3116) 5 months ago
vmmap.py Refine `vmmap` output on Darwin (#3255) 4 months ago
vmmap_custom.py Add cache to `is_linux` call (#2978) 7 months ago