Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages