Metadata-Version: 2.1
Name: frida-fusion
Version: 0.1.2
Summary: Hook your mobile tests with Frida
Author-email: "Helvio Junior (M4v3r1ck)" <helvio_junior@hotmail.com>
Maintainer-email: "Helvio Junior (M4v3r1ck)" <helvio_junior@hotmail.com>
Project-URL: Documentation, https://github.com/helviojunior/frida-fusion
Project-URL: Source, https://github.com/helviojunior/frida-fusion
Project-URL: Tracker, https://github.com/helviojunior/frida-fusion
Project-URL: Author, https://github.com/helviojunior
Keywords: Frida Fusion,Frida,Frida Scripts,development,red team
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Requires-Python: <4,>=3.9
Description-Content-Type: text/markdown

# Frida Fusion 

Hook your mobile tests with Frida.

```bash
 [ FRIDA ]—o—( FUSION )—o—[ MOBILE TESTS ] // v0.1.0
     > hook your mobile tests with Frida


optional arguments:
  -h, --help                                    show this help message and exit

Device selector:
  -D [ID], --device [ID]                        Connect to device with the given ID
  -U, --usb                                     Connect to USB device
  -R, --remote                                  Connect to remote frida-server
  -H [HOST], --host [HOST]                      Connect to remote frida-server on HOS

Application selector:
  -f [APP ID], --package [APP ID]               Spawn application ID
  -p [PID], --attach-pid [PID]                  Spawn application ID

General Setting:
  -s [path], --script-path [path]               JS File path or directory with Frida script
  --delay-injection                             Delay script injection
  --show-time                                   Display time
  -o [output file]                              Save output to disk (default: none)
  -l [level], --min-level [level]               Minimum log level to be displayed (V,D,I,W,E,F) (default: I)

Modules:
  --list-modules                                List available modules
  -m ENABLED_MODULES, --module ENABLED_MODULES  Enabled module by name. You can specify multiple values repeating the flag.
```

## Install

> :information_source: We recommend using `pipx` rather than `pip` for system-wide installation.

```
python3 -m pipx install frida-fusion
```

> :information_source: Check whether you also need to run the `python3 -m pipx ensurepath` command.

