chame1eon / jnitrace

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

jnitrace 怎么打印返回的jstring值 #43

Open stathamcheng opened 2 years ago

stathamcheng commented 2 years ago

怎么修改jnitrace源码打印返回的jstring值

chame1eon commented 1 year ago

You can look at using jnitrace-engine, which offers the API used by jnitrace.

The jstring values should be printed in the normal mode. Please can you show a screenshot of your output?