G
G
GnomKiller2015-07-18 07:58:33
JavaScript
GnomKiller, 2015-07-18 07:58:33

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

4 answer(s)
A
Aleksey Solovyev, 2018-11-30
@1Sergey1

  1. It is done by manipulating html, css and js.
  2. On the off page of the slider "slick slider" there is exactly such an example (Center Mode)
  3. Yes

X
xmoonlight, 2015-07-18
@xmoonlight

Look in the direction of implicit initialization of the class object, with explicit initialization - return a "false" code.

A
Anton, 2015-07-18
@MoonMaster

Somewhere I read that an anonymous class cannot be decompiled, but maybe I'm wrong

C
cthulhudx, 2015-07-18
@cthulhudx

Recently, there has been more and more talk about Above of Time compilation, which will greatly complicate the reversal of java applications. Unfortunately, java programs can be easily picked apart with due skill, and nothing can be done about it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question