Martin
Results
2
issues of
Martin
Due to a cast from size_t to int32 in buf_set and buf_get functions it is possible to supply a large number to access memory out-of-bounds from a bytes object. Here...
### Description Pwndbg by default sends a qemu sstepbits packet if we are debugging a remote target. This breaks debugging against rosetta targets. Proposed patch: ```python diff --git a/pwndbg/aglib/qemu.py b/pwndbg/aglib/qemu.py...
bug