Q
Q
Quad_Tree2016-05-09 21:54:22
Java
Quad_Tree, 2016-05-09 21:54:22

How to make decompiled code unreadable?

As I know, protecting Java code from decompilation is quite difficult, but I would like to know if there are any tools to make the code unreadable when decompiled?
For example, in Minecraft jar all classes have unreadable names (aa, ab, ac, aab, aaw, aay) and unreadable variables (nt4, er3, r24m). With what tool can this be done?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GavriKos, 2016-05-09
@Quad_Tree

Google "java obfuscation"

M
Mirn, 2016-05-09
@Mirn

as an option to implement as many pieces of code as possible, for example, in the "and-not" basis without branching based on bit masks, for example.
it will be just a hell of a mess, but a drop in performance every 100 times.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question