Tag: analyzable .ELF
-
vmlinux-to-elf: recover a fully analyzable .ELF from a raw kernel
vmlinux-to-elf This tool allows to obtain a fully analyzable .ELF file from a vmlinux/vmlinuz/bzImage/zImage kernel image (either a raw binary blob or a preexisting but stripped .ELF file), with recovered function and variable symbols. For this, it scans your kernel for a kernel symbol table (kallsyms), a compressed symbol table that is present in almost…