Skip to content

inheriting/ELF-symtab-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ELF Symbol Table Dump

This program parses an ELF file and displays information about its symbols.

Getting Started

Prerequisites

You need to have the following installed on your system:

  • GNU C Compiler (gcc)
  • GNU Make (make)
  • Git

Installing

To get started, you can clone this repository by running the following command:

git clone https://github.com/n-ptr/ELF-symtab-dump.git

Next, navigate to the project directory and run the following command to build the program:

gcc main.c -o main

This will create an executable file named main in the project directory.

Usage

To use the program, run the following command:

./main <filename>.elf

About

Display symbol tables in a ELF file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages