Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What are usage #1

Open
monesh1 opened this issue Dec 30, 2019 · 1 comment
Open

What are usage #1

monesh1 opened this issue Dec 30, 2019 · 1 comment

Comments

@monesh1
Copy link

monesh1 commented Dec 30, 2019

How to use drop the commands

@marin-m
Copy link
Owner

marin-m commented Dec 30, 2019

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,

screwer referenced this issue Jul 5, 2020
…eady the first thing done by the code below (possible offsets are processed sorted and 0 comes first), and the kernel signature string check in-between is useful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants