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
- Host: GitHub
- URL: https://github.com/nriver/frida-companion
- Owner: Nriver
- License: agpl-3.0
- Created: 2021-11-05T02:25:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-07T03:16:21.000Z (9 months ago)
- Last Synced: 2025-11-07T04:08:16.164Z (9 months ago)
- Language: Python
- Size: 223 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```