radioegor146 / native-obfuscator

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

disable obfuscation option #37

Closed ghost closed 2 years ago

ghost commented 4 years ago

Hello bro, if you can add option for enable/disable obfuscation,

java -jar native-obfuscator.jar input.jar outDir libs -obf false/true

radioegor146 commented 4 years ago

BTW why do you need this? If you don't need obfuscation - then you can just not run obfuscator :D

ghost commented 4 years ago

I can't need obfuscation, needed only plain code. if you can add?

radioegor146 commented 4 years ago

Well, this thing doesn't do obfuscation, it just converts java's bytecode to C++ with JNI.