Skip to content

Instantly share code, notes, and snippets.

@irever
Created December 26, 2018 02:03
Show Gist options
  • Save irever/cf901edf045913cbd9dc8f0653c664dc to your computer and use it in GitHub Desktop.
Save irever/cf901edf045913cbd9dc8f0653c664dc to your computer and use it in GitHub Desktop.
appmon #appmon #frida
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