www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: ppeppe on February 06, 2003, 06:44:56 pm

Title: obfuscation?
Post by: ppeppe on February 06, 2003, 06:44:56 pm
Hello,
the classes generated by jpct 0.8, supports obfuscation with retroguard?

thanks.
Title: obfuscation?
Post by: EgonOlsen on February 06, 2003, 06:51:44 pm
I don't know, because i don't know this program nor do i know what it does exactly. I don't see a problem in byte-code obfuscation alone, but maybe when classes are being renamed!? I'm not sure how an obfuscator handles dynamic class-loading. I have to do this for the FrameBuffer and the Renderers, which are only loaded on demand. If the obfuscator can somehow handle this: fine! If it doesn't, than at least changing class names won't work.