radioegor146 / native-obfuscator

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

ClassLoaders #30

Open radioegor146 opened 5 years ago

radioegor146 commented 5 years ago

currently there are no support for loading generated classes many times from different classloaders because of used class/field/method cache

Zaxar163 commented 5 years ago

We may support it, if exists any unumeration of ClassLoaders (classLoader object id such as. Than we can use set of cacheStruct for that class)