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

How to install specific version with frida? #21

Closed DXCyber409 closed 4 years ago

DXCyber409 commented 4 years ago

For example I'm using frida 12.8.0 family bucket, which version should I get to use?

chame1eon commented 4 years ago

Hi,

Thanks for your question. Unfortunately, there is no easy way of running jnitrace with older versions of Frida.

One option is to use a version of jnitrace older than v3.1.0, as those used Frida 12. Other than that you would need to clone the project and modify it to support Frida 12.

Hope that helps. Let me know if you have other questions.

Thanks