Is it possible to create a .jar file which only exists in the JVM and load class files via a FileOutputStream in it, and then start it?
I need it for my Obfuscator.
Is it possible to create a .jar file which only exists in the JVM and load class files via a FileOutputStream in it, and then start it?
I need it for my Obfuscator.