gsingh93
gsingh93
Not sure if related, but I noticed that my `.gdbinit` config is no longer loaded after reloading.
Also, needs a rebase.
The change seems mostly isolated to disasm code, the tests pass, and the linters pass, so I'm not too concerned about breakages. I say we merge it. I'm slightly worried...
Leaving a link to this here as something we can explore for performance benchmarking: https://pytest-benchmark.readthedocs.io/en/latest/
## Built-in hex editor like this: https://github.com/pwndbg/pwndbg/issues/1043 ### Description It would be nice to be able to more easily edit memory while in GDB, e.g. via hex editor, in some...
## Add LLDB debugger support to Pwndbg ### Description pwndbg is currently tied to a single debugger: GDB. While usually this is not a problem, there are cases when one...
Note to self: this needs some minor updates for the latest Linux kernel version, and also some tweaks to handle when `CONFIG_NUMA` is not set.
When people see it in the `pwndbg` output it'll be under the "Kernel" category, I think that should be enough?
I rebased on the latest dev. I actually tested it again in the android13-5.10 branch of the Android Common Kernel and it still works, but I think it's broken on...
Another config related issue: ``` pwndbg> apropos elf auxv -- usage: auxv [-h] elfheader -- usage: elfheader [-h] end -- Ends a list of commands or actions. ``` We should...