I just had an idea, is that possible to protect my java sources (packed into a jar file) which are loaded with a custom class loader, using a JNI code or something?
As the JNI code cannot be decompiled, it could be great to be able to protect the java code too.
Is that possible?
Thanks.