Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thediamondyt1/mcpe-extractor

Extract all methods from libminecraftpe.so, and attempts to sort them. Useful for developers to create headers.
https://github.com/thediamondyt1/mcpe-extractor

Last synced: 14 days ago
JSON representation

Extract all methods from libminecraftpe.so, and attempts to sort them. Useful for developers to create headers.

Awesome Lists containing this project

README

        

# mcpe-extractor

### Using
1. Extract an mcpe apk file and get the `libminecraftpe.so`.
2. Place the lib in the same directory as the `extract.php` script.
3. Edit the `$outPath` variable in `extract.php` to the desired output path for the files.
4. Run the script with `php extract.php` and wait.