434b
434b
Added `-ex 'set kernel-vmmap-via-page-tables off' -ex 'set exception-verbose on'` for debugging purposes to the GDB invocation, leaving us with the follow command: ``` gdb-multiarch -q /io/vmlinux -iex 'set architecture i386:x86-64:intel'...
Interesting! Based on the last two comments: My (albeit very niche) use-case may end up working eventually once pt-dump is testable: For ref: https://github.com/0xricksanchez/like-dbg/pull/96
Similar to my answer in #634 this likely stems from the checksec.sh not being part of Ubuntu 18.04 package repositories. I'm aware that it seems to be packaged in newer...
@romainthomas Just stumbled upon this when researching a new project, too. Is there like a public announcement on this somewhere? The `lief-sys` package is still not updated since the last...
If anyone else would like to have a simple ToC at the top of the main page, hacking one into the code injection capabilities is fairly easy: Add the following...
Rel: https://source.android.com/docs/setup/create/cuttlefish-cts
@SyrasX Pipeline runs now :).
Easy additions would be to implement commands that allow for inspecting the `kmalloc-caches` or the `kmem_cache_cpu` structs easily...
For completeness, pinging @gsingh93 here as well. With the current state of `pwndbg` that I pulled just now (fef5077) the situation is de-facto unchanged. I added the following lines to...