radioegor146 / native-obfuscator

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

Support APK file #54

Closed LGLTeam closed 2 years ago

LGLTeam commented 2 years ago

Android APK file is based on Java too but the format is in dex/smali files. Can you add support for it too?

radioegor146 commented 2 years ago

I think that you can try adding this tool to gradle chain before java classes are compiled to smali.

LGLTeam commented 2 years ago

How do i do that?

radioegor146 commented 2 years ago

You can start with the same way ProGuard works.