chame1eon / jnitrace

A Frida based tool that traces usage of the JNI API in Android apps.
MIT License
1.62k stars 260 forks source link

[Not an Issue] Termux Support #28

Closed apkunpacker closed 3 years ago

apkunpacker commented 3 years ago

Since Frida now can be run in Android Termux fine , please give an -N option to connect to frida-server running on 127.0.0.1 locally, same as https://github.com/sensepost/objection which have -N option to connect on by default 127.0.0.1:27042 . so if jnitrace have -N it can perfectly run on android standalone , no need of pc as host . Thanks

chame1eon commented 3 years ago

Hi,

Good suggestion. I have added your request to the latest version of jnitrace (version 3.2.0).

The only difference from objection is that the command option is -R rather than -N.

Can you let me know if it works for you?

Thanks

apkunpacker commented 3 years ago

i can confirm that it working perfectly on android termux. now no need of pc to run it . awesome work . thanks a lot