Automatically patch APK with frida-gadget into Smali or Native Library.
pip install fridafuse
fridafuse [-h] {native-lib,smali,auto} [additional arguments of each method] INPUT_FILE [OUTPUT_FILE]
The following are the main flags that can be used with fridafuse:
options:
-h, --help show this help message and exit
methods:
{native-lib,smali,auto}
native-lib Inject into Native Library
smali Inject into Smali
auto Auto inject using native-lib method first, fallback to smali method
Check with help command for more information.
Fridafuse
is distributed under the terms of the GPL-3.0 license.