Expose frida RPC as a service you can access over the web or network
Project description
What is this ?
This is a simple library to make frida rpc call over the internet. You can setup your reverse engineering environment on another computer and perform a rpc call from your mobile phone or elsewhere over the internet.
Installation
pip install frida_rpc
Running
- export FLASK_APP=frida_rpc.app FLASK_DEBUG=1 FRIDA_RPC_CONFIG=/path/to/your/config.cfg
- For windows change export above to set
- flask run
Send request to http://your_ip:port/rpc with request below
{'method_name': 'add', 'process': program,
'script': """{
add: function (a, b) {
return a + b;
}
};""", 'args': '[2,4]'}
Result
{'success': true, 'result': 6}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
frida_rpc-0.1.2.tar.gz
(5.0 kB
view details)
File details
Details for the file frida_rpc-0.1.2.tar.gz
.
File metadata
- Download URL: frida_rpc-0.1.2.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 213b1794da2cc61226b76f183d2d3706d73aba3a0728a667db66af081dca382c |
|
MD5 | f09f55e09ff71dfe6119fe1dafecfee3 |
|
BLAKE2b-256 | ee6b9ff395bba554fb150f8a25129da7d96629e78ef1e2de477a62f44acfc8c4 |