A minimal web app to analyze Android applications with Frida.
Download a copy of frida-omni from the releases page and extract to a directory. Start your device/emulator along with frida-server and connect to your computer via USB/network.
Start frida-omni
$ python omni.py
Navigate to localhost:8085
, select device and app. Click start button to launch app with frida-server attached.
- Package Info
- Shared Preferences
- Crypto
- Hash
- HTTP
- SQLite
- File System
Logged data is stored in an in memory SQLite database. Download a copy of data for later use by clicking the download button.
Search and filter log data for crypto, hash, HTTP, SQLite, and file system logs.
This is beta software. Some apps crash after starting from frida-omni.
Pull requests are welcome.