This program parses an ELF file and displays information about its symbols.
You need to have the following installed on your system:
- GNU C Compiler (gcc)
- GNU Make (make)
- Git
To get started, you can clone this repository by running the following command:
git clone https://github.com/n-ptr/ELF-symtab-dump.gitNext, navigate to the project directory and run the following command to build the program:
gcc main.c -o mainThis will create an executable file named main in the project directory.
To use the program, run the following command:
./main <filename>.elf