Metadata-Version: 2.3
Name: frida-start
Version: 3.0.1
Summary: Wrapper tool to identify the remote device and push device specific frida-server binary.
Project-URL: Source, https://github.com/davidpatel0/frida-start
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: frida
Requires-Dist: requests
Description-Content-Type: text/markdown

# frida-start

Wrapper tool to identify the remote device and push device specific frida-server binary.

## Installing

```bash
pip install frida-start
```

## Running

```bash
$ frida-start -h

usage: frida-start [-h] [-d DEVICE_NAME] [--version]

optional arguments:
  -h, --help            show this help message and exit
  -d DEVICE_NAME, --device-name DEVICE_NAME
  -f, --force           force download
  --version             show program's version number and exit
```
