radioegor146 / native-obfuscator

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

Some optimizations #34

Closed radioegor146 closed 2 years ago

radioegor146 commented 5 years ago

We can unwrap stack and locals from special structs to variables because in JVM stack is not "dynamic" as it should be. Also, making them work in this way can help the C++ compiler to optimize them better.

radioegor146 commented 2 years ago

Resolved in 3.0r