Skip to content

Automatically patch APK with frida-gadget into Smali or Native Library.

License

Notifications You must be signed in to change notification settings

eriestrisnadi/fridafuse

Repository files navigation

Fridafuse

Automatically patch APK with frida-gadget into Smali or Native Library.

Test & Coverage PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install fridafuse

Usage

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.

License

Fridafuse is distributed under the terms of the GPL-3.0 license.

About

Automatically patch APK with frida-gadget into Smali or Native Library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages