appmon v0.5 releases: monitoring and tampering system API calls of native macOS, iOS and android apps
AppMon is an automated framework for monitoring and tampering system API calls of native macOS, iOS, and Android apps. It is based on Frida.
This project was only possible because of Ole André Vadla Ravnås and I dedicate it to him. Follow him on GitHub, Twitter
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 – Automatically 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
Documentation
- Home
- Introduction
- Motivation
- Credits
- Setup
- Host
- iOS Device
- Android Device
- Usage Guide
- AppMon Sniffer
- AppMon Intruder
- AppMon IPA Installer
- AppMon Android Tracer
- Experimental Features
- API Hook List
- Tutorial Videos
Copyright (c) 2016 Nishant Das Patnaik.
Source: https://github.com/dpnishant/