Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thediamondyt1/mcpe-extractor
- Owner: TheDiamondYT1
- Created: 2017-07-22T22:03:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T22:27:21.000Z (over 7 years ago)
- Last Synced: 2024-10-17T04:09:46.729Z (29 days ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.