An open API service indexing awesome lists of open source software.

https://github.com/nriver/frida-companion

User-friendly frida automation
https://github.com/nriver/frida-companion

Last synced: 6 months ago
JSON representation

User-friendly frida automation

Awesome Lists containing this project

README

          

# frida-companion

!!! Project is still under development, not production ready, yet 😄 !!!

Just a frida assistant tool. Made with love and peace.

# Feature

1. Check frida update on startup.

2. Automatically detect device type and download the corresponding frida-server. Then try to push and run on your
device. Support multiple device types.

# Install

1. install python dependencies

```
pip3 install -r requirements.txt
```

2. install other tools depends on your system

```
sudo pacman -S xz
```

xz: for decompress frida executables from github

3. modify `settings.py`

# How to use

(for now)
check device is working
```python test.py```
start server
```python main.py```