diff --git a/README.md b/README.md index b37c1d6..137476d 100644 --- a/README.md +++ b/README.md @@ -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 ` * `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.