Answer the question
In order to leave comments, you need to log in
How to remove the possibility of simple decompilation?
As you know, there are a large number of decompilers for java.
There is also information about obfuscators, but the logic of their work comes down to separating the code into different classes. there is no point in including it for a specific class. Interested in a tool that will help remove the possibility of simple decompilation of a particular class, perhaps just a small change in the byte code.
Answer the question
In order to leave comments, you need to log in
Look in the direction of implicit initialization of the class object, with explicit initialization - return a "false" code.
Somewhere I read that an anonymous class cannot be decompiled, but maybe I'm wrong
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question