Created
December 26, 2018 02:03
-
-
Save irever/cf901edf045913cbd9dc8f0653c664dc to your computer and use it in GitHub Desktop.
appmon #appmon #frida
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It consists of the following components: | |
AppMon Sniffer - Intercept API calls to figure out interesting operations performed by an App | |
Appmon Intruder - Manipulate API calls data to create change app's original behavior | |
AppMon Android Tracer - Automcatically traces Java classes, methods, its arguments and their data-types in Android APKs | |
AppMon IPA Installer - Creates and installs "inspectable" IPAs on non-jailbroken iOS devices | |
AppMon APK Builder - Creates APKs "inspectable" on non-rooted Android devices |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment