radioegor146 / native-obfuscator

Java .class to .cpp converter for use with JNI
GNU General Public License v3.0
499 stars 67 forks source link

Can i use this in the android project? #35

Closed 751643992 closed 5 years ago

751643992 commented 5 years ago

Because in the android project the final code is smali code, and i want use this translate java code to native code.

radioegor146 commented 5 years ago

Well, you can do some stuff in java, then compile it and translate to CPP. Then you can compile it with CMake for arm and use as a native library.

751643992 commented 5 years ago

Your meant is if I don't make any changes, use this in the android project will be crash?

751643992 commented 5 years ago

fatal error: 'jvmti.h' file not found,i use this in my android project,get above error,because android has not jvmti.h below android 9.

ghost commented 4 years ago

I test with android 5 working fine,.