Skip to content

Saldivarcher/ELFY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELFY

A simple ELF symbol name dumper

Steps to build the project:

$ git clone --recursive https://github.com/miguelsaldivar/ELFY.git
$ mkdir build
$ cd build
$ CXX=clang++ CC=clang cmake  -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ..
$ make

A rust compiler is assumed to be installed, and should be. The main premise of this project is to see how an ffi method for cpp_demangle could look like.

About

ELF symbol name dumper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published