What can done to secure jar files besides obfuscation?

后端 未结 3 1123
一整个雨季
一整个雨季 2020-12-11 20:29

I\'m concerned about the security of Java executables. They offer little protection against decompilation. With tools like Java Decompiler even a kid can decompile the class

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-11 20:33

    You can write all your code with in native. The reverse engineering can be done anyway. But is harder.

    Ok, this is not a strictly java solution.

    As nfechner said in a comment write open source application.

提交回复
热议问题