Skip to content

BullyWiiPlaza/ELF-Function-Utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What does this do?

This project allows you to parse ELF executables and list all defined functions (excluding the entry point function because it is not of interest). Furthermore you can copy the machine code of each function.

What is this good for?

This allows you to compile any C/C++ code and easily retrieve the machine code so that it can be used in a cheat code easily by JGecko U's execute assembly code wizard for example.

Where do I download a compiled version?

Here.

Credits

Fredrik Fornwall for the ELF Parser library
BullyWiiPlaza for everything else