Closed
Description
Currently it only supports userland-pwning chals. Kernel-pwning also need such a bootstrap.
- Add CLI parameter "-ker" to switch to kernel-pwn initialization
- Autodetection of
bzImage
file - Extract
vmlinux
frombzImage
, +tests - "Unstrip"
vmlinux
like vmlinux-to-elf did, +tests - Add templates for
compress.sh
/decompress.sh
to work withcpio
-compressed initramfs. Example [here]
(https://lkmidas.github.io/posts/20210123-linux-kernel-pwn-part-1/) - It is important for users to have vmlinux-to-elf and extract-vmlinux. Post-cargo installation script vs provide instructions in README.md.
Probably can add dependency on vmlinux-to-elf repo?
Metadata
Metadata
Assignees
Labels
No labels