Matt.

Results 6 issues of Matt.

### Platform Gentoo systemd amd64 ### GPU, drivers, and screen setup ``` mbr@diamond ~ $ glxinfo -B name of display: :0 display: :0 screen: 0 direct rendering: Yes Memory info...

This draft adds support for detecting UAF bugs (in glibc heap) in a running inferior, also allowing pwndbg to break on it it if happens. This is currently a tentative...

heap

Is there any reason why `icrate` is missing support for CoreGraphics? Additionally, I find it weird that this crate is also missing both the `setColorSpace` and `setWantsExtendedDynamicRangeContent` functions. These are...

bug
A-icrate

This PR is part of the GSoC 2024 LLDB port. This PR adds support for custom command addition to the Debugger-agnostic API, and makes it so that commands created using...

LLDB Port

This draft tracks the effort of porting Pwndbg to LLDB, as part of the [GSoC 2024 Project](https://summerofcode.withgoogle.com/programs/2024/projects/BuvGmK4D), as outlined in #2014. Obviously, expect it to change and get more flushed...

LLDB Port

This PR is part of the GSoC 2024 LLDB port. Currently, the `pwndbg.commands` modules directly uses `gdb.Value` and `gdb.parse_and_eval` to parse the arguments passed to our custom commands. Obviously, we...

LLDB Port