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

Get error when jnitrace an app packed by 360 #10

Closed syang-ng closed 4 years ago

syang-ng commented 4 years ago

Hello, I test jnitrace on an app packed by 360 but got an error message:

command is below:

jnitrace -l \* my.v1rtyoz.helloworld
chame1eon commented 4 years ago

Hi, thanks for your bug report. Unfortunately, I have been unable to reproduce the same issue testing on both an AVD and ARM64 based device. Have you tried running it on any other devices? I'll keep having a look, but it is difficult to know if it is fixed if I cannot reproduce.

I have fixed another bug that came up when I was testing with your application, so thanks for that.