Aaron Adams
Aaron Adams
As suggested in this [PR](https://github.com/pwndbg/pwndbg/pull/2515#issuecomment-2470625879), if you are porting code that uses other ldb/gdb python module, it can be difficult to quickly figure out which pwndbg aglib function should be...
###### Description of changes While working on https://github.com/NixOS/nixos-hardware/pull/1535 I noticed there was a missing Dell entry, which got me looking for other missing entries. This adds all the other ones...
In the event that there is some systemd inhibitor in place, the use of `2>&1` from commit 4d55f9e (#577), hides the error: 'Call to Reboot failed: Access denied'. To address...
Fix typos in README.md
Cut a new linux-exploit-dev-env release with uncompressed kallsyms kernel image so we can add a test
pwndbg recently added support for uncompressed kallsyms (for openwrt kernels), but we don't have a test as none of the existing kernel images support `CONFIG_KALLSYMS_UNCOMPRESSED`. We use [this repo](https://github.com/pwndbg/linux-exploit-dev-env) to...