This repository contains various Frida scripts useful for dynamic analysis of Android applications. These scripts are designed to hook into Android methods and monitor specific behaviors in real-time.
- Clone the repository:
git clone https://github.com/michael2to3/my-frida-scripts.git
- Navigate into the
src
folder:cd my-frida-scripts/src
- Run the Frida server on your Android device.
- Use the Frida CLI to run your desired script. For example:
frida -U -l hook_with_arg.js -f com.example
Name | Description |
---|---|
hook_with_arg.js |
Hooks into specified classes and methods, logs arguments and return values containing the text "1478". |
trace_all.js |
Script for dynamically tracing Java function calls within a given package. |
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.