marin-m/vmlinux-to-elf

What are usage

monesh1 opened this issue · 1 comments

How to use drop the commands

Hello,

Commands are instructed in the README.md file. The program also prints its on usage instructions upon running.

First, you have to install the Python module and the related binaries onto your system: for this, you have to run the following command on a Debian or Ubuntu-based system:

sudo apt install python3-pip
sudo pip3 install --upgrade git+https://github.com/marin-m/vmlinux-to-elf

The, you should run the program, specifying a pre-existing kernel file as an input, and a non-existing file path as an output:

./vmlinux-to-elf input_kernel.bin output_kernel.elf

Then, you may open the generated file in the disassembly, decompilation or symbol reading (such as readelf or objdump) software of your choice.

Does this answer your question?

Regards,