Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DevXUnityUnpacker and unity_metadata_loader. #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ The Mobile App Pentest cheat sheet was created to provide concise collection of
Tip !! "adb backup" command can also be used for extracting application package with the following command:
* `adb backup <package name>`
* `dd if=backup.ab bs=1 skip=24 | python -c "import zlib,sys;sys.stdout.write(zlib.decompress(sys.stdin.read()))" > backup.tar`
* [DevXUnityUnpacker](http://devxdevelopment.com/UnityUnpacker) - A tool for unpacking resources in Unity based application.
* [unity_metadata_loader](https://github.com/nevermoe/unity_metadata_loader) - A tool for loading strings and method/class names in global-metadata.dat to IDA for Unity based application.

#### Dynamic and Runtime Analysis
* [Cydia Substrate](http://www.cydiasubstrate.com/) - Cydia Substrate for Android enables developers to make changes to existing software with Substrate extensions that are injected in to the target process's memory.
Expand Down