├── README.md ├── _config.yml ├── app_fundamentals.md ├── conclusion.md ├── images ├── DevelopersFlow.jpg ├── Ex1.OpenInJadx.png ├── JNIcall.png ├── LoadedInDataTypeManager.png ├── Mediacode.InJadx.png ├── OpenArchive.png ├── RetypedToJNIEnv.png ├── ReversersFlow.jpg ├── favicon.ico ├── loadingIntoGhidra.png └── pinkandroid.png ├── index.md ├── obfuscation.md ├── reversing_dex.md ├── reversing_intro.md └── reversing_native_libs.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/_config.yml -------------------------------------------------------------------------------- /app_fundamentals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/app_fundamentals.md -------------------------------------------------------------------------------- /conclusion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/conclusion.md -------------------------------------------------------------------------------- /images/DevelopersFlow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/images/DevelopersFlow.jpg -------------------------------------------------------------------------------- /images/Ex1.OpenInJadx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/images/Ex1.OpenInJadx.png -------------------------------------------------------------------------------- /images/JNIcall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/images/JNIcall.png -------------------------------------------------------------------------------- /images/LoadedInDataTypeManager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/images/LoadedInDataTypeManager.png -------------------------------------------------------------------------------- /images/Mediacode.InJadx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/images/Mediacode.InJadx.png -------------------------------------------------------------------------------- /images/OpenArchive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/images/OpenArchive.png -------------------------------------------------------------------------------- /images/RetypedToJNIEnv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/images/RetypedToJNIEnv.png -------------------------------------------------------------------------------- /images/ReversersFlow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/images/ReversersFlow.jpg -------------------------------------------------------------------------------- /images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/images/favicon.ico -------------------------------------------------------------------------------- /images/loadingIntoGhidra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/images/loadingIntoGhidra.png -------------------------------------------------------------------------------- /images/pinkandroid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/images/pinkandroid.png -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/index.md -------------------------------------------------------------------------------- /obfuscation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/obfuscation.md -------------------------------------------------------------------------------- /reversing_dex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/reversing_dex.md -------------------------------------------------------------------------------- /reversing_intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/reversing_intro.md -------------------------------------------------------------------------------- /reversing_native_libs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maddiestone/AndroidAppRE/HEAD/reversing_native_libs.md --------------------------------------------------------------------------------