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

安装了jnitrace,却提示commond no found #50

Open wengxianxun opened 2 years ago

wengxianxun commented 2 years ago
image
wengxianxun commented 2 years ago
image

这个是安装信息,有没大佬帮忙下

chame1eon commented 1 year ago

Hi,

You need to add /Users/wxx/Library/Python/3.8/bin into your path, so that bash can find the jnitrace run script when you use the command.

Thanks