Skip to main content

All Questions

3 votes
2 answers
3k views

Java - Decipher encrypted classes in a jar file

I have a couple of classes that are encrypted. The class loader must decrypt these before executing in the JVM. The question is, how and where? What can I do to understand who is responsible to ...
itseeder's user avatar
  • 319