/ELF-Function-Utility

An utility for listing functions inside ELFs and for copying their machine code

Primary LanguageJavaMIT LicenseMIT

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