radioegor146 / native-obfuscator

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

Package matching wildcards #60

Closed MaxwellSchmidt97 closed 1 year ago

MaxwellSchmidt97 commented 2 years ago

It would be great to be able to specify a whole package in the whitelist/blacklist.

Cheers, Max

BullyWiiPlaza commented 1 year ago

+1, using libraries is almost impossible if they are bulky since they either cause exceptions when compiled or they cause C++ compilation times to go through the roof.

radioegor146 commented 1 year ago

Implemented in the latest release - 3.4r