├── AnyNative.JS ├── BasicMemoryScan.js ├── DeepFuzzing.js ├── DoExportedWork.js ├── GotchYou.js ├── Hook&FuzzQueryParamter.js ├── HookAnyOneByThatName.js ├── HookFileSystemNativeAndJava.js ├── InstanceHunter.js ├── Intent&UriTrace.js ├── JsBrdige.js ├── JsInterface.js ├── LaunchActivity.js ├── ListActivites.js ├── LoadedClassDynamic.js ├── README.md ├── ShortCut.js ├── TraceClass.js ├── YetAnotherClassTracer.js ├── ui_trace.js └── webViewHooks.js /AnyNative.JS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/AnyNative.JS -------------------------------------------------------------------------------- /BasicMemoryScan.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/BasicMemoryScan.js -------------------------------------------------------------------------------- /DeepFuzzing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/DeepFuzzing.js -------------------------------------------------------------------------------- /DoExportedWork.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/DoExportedWork.js -------------------------------------------------------------------------------- /GotchYou.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/GotchYou.js -------------------------------------------------------------------------------- /Hook&FuzzQueryParamter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/Hook&FuzzQueryParamter.js -------------------------------------------------------------------------------- /HookAnyOneByThatName.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/HookAnyOneByThatName.js -------------------------------------------------------------------------------- /HookFileSystemNativeAndJava.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/HookFileSystemNativeAndJava.js -------------------------------------------------------------------------------- /InstanceHunter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/InstanceHunter.js -------------------------------------------------------------------------------- /Intent&UriTrace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/Intent&UriTrace.js -------------------------------------------------------------------------------- /JsBrdige.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/JsBrdige.js -------------------------------------------------------------------------------- /JsInterface.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/JsInterface.js -------------------------------------------------------------------------------- /LaunchActivity.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/LaunchActivity.js -------------------------------------------------------------------------------- /ListActivites.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/ListActivites.js -------------------------------------------------------------------------------- /LoadedClassDynamic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/LoadedClassDynamic.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /ShortCut.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/ShortCut.js -------------------------------------------------------------------------------- /TraceClass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/TraceClass.js -------------------------------------------------------------------------------- /YetAnotherClassTracer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/YetAnotherClassTracer.js -------------------------------------------------------------------------------- /ui_trace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/ui_trace.js -------------------------------------------------------------------------------- /webViewHooks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abdelrahmanamhawy/Frida-Android-Scripts/HEAD/webViewHooks.js --------------------------------------------------------------------------------