BullyWiiPlaza / ELF-Function-Utility

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

Home Page:https://www.youtube.com/watch?v=Eh41pZ1LwGQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://www.youtube.com/watch?v=Eh41pZ1LwGQ

License:MIT License


Languages

Language:Java 100.0%