pip install TP-Fridagit clone https://github.com/truocphan/TP-Frida.git --branch <Branch/Tag>
cd TP-Frida
python setup.py build
python setup.py install> TP-Frida --help
___________ ______ _ _
|_ _| ___ \ | ___| (_) | |
| | | |_/ /_____| |_ _ __ _ __| | __ _
| | | __/______| _| '__| |/ _` |/ _` |
| | | | | | | | | | (_| | (_| |
\_/ \_| \_| |_| |_|\__,_|\__,_|
usage: TP-Frida [-h] [--remote-ip FRIDA-IP] [--remote-port FRIDA-PORT] [--run-app-cmd [CMD-Argument ...]]
[--script-files [SCRIPT-FILE ...]] [--proxy-ip PROXY-IP] [--proxy-port PROXY-PORT]
[--capture-targets [CAPTURE-TARGET ...]]
{start,hook}
positional arguments:
{start,hook}
options:
-h, --help show this help message and exit
--remote-ip FRIDA-IP, -ri FRIDA-IP
Remote Frida-Server IP
--remote-port FRIDA-PORT, -rp FRIDA-PORT
Remote Frida-Server PORT
--run-app-cmd [CMD-Argument ...], -rac [CMD-Argument ...]
--script-files [SCRIPT-FILE ...], -sf [SCRIPT-FILE ...]
--proxy-ip PROXY-IP, -pi PROXY-IP
Proxy-Server IP
--proxy-port PROXY-PORT, -pp PROXY-PORT
Proxy-Server PORT
--capture-targets [CAPTURE-TARGET ...], -ct [CAPTURE-TARGET ...]