Metadata-Version: 2.4
Name: fridafuse
Version: 0.2.0
Summary: Automatically patch APK with frida-gadget into Smali or Native Library.
Project-URL: Documentation, https://github.com/eriestrisnadi/fridafuse#table-of-contents
Project-URL: Issues, https://github.com/eriestrisnadi/fridafuse/issues
Project-URL: Source, https://github.com/eriestrisnadi/fridafuse
Author-email: Eries Trisnadi <lognus21@gmail.com>
License: GPL-3.0
License-File: LICENSE
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Debuggers
Requires-Python: >=3.8
Requires-Dist: click>=8.1.8
Requires-Dist: defusedxml>=0.7.0
Requires-Dist: inquirer>=3.4.0
Requires-Dist: lief>=0.16.0
Requires-Dist: pyyaml~=6.0
Requires-Dist: requests>=2.32.2
Description-Content-Type: text/markdown

# Fridafuse

[<img src="https://github.com/eriestrisnadi/fridafuse/blob/main/ext/logo.svg?raw=true" width="300"/>](https://github.com/eriestrisnadi/fridafuse)

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

[![Test & Coverage](https://github.com/eriestrisnadi/fridafuse/actions/workflows/test-and-coverage.yml/badge.svg)](https://github.com/eriestrisnadi/fridafuse/actions/workflows/test-and-coverage.yml)
[![PyPI - Version](https://img.shields.io/pypi/v/fridafuse.svg)](https://pypi.org/project/fridafuse)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fridafuse.svg)](https://pypi.org/project/fridafuse)

-----

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## Installation

```console
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](https://github.com/eriestrisnadi/fridafuse/blob/main/LICENSE) license.
