Decompilation (decompile)
In the same way, if there is compile, there will be decompile; if there is decompilation, there will be decompilation 」. The intermediate code of a virtual machine such as Java and. NET is particularly evident.
JavaProgramThe compiled result is Java bytecode, and the result of. Net compilation is the common intermediate language. Both of them have the following features:
-The same stack-based instruction set.
-The same high-level object-oriented machine language
-Platform independent
-Code validation
-Symbolic Link
Any of the above features can make the program easier to decompile, and the combination of all five points is even worse. So it is quite easy to decompile Java and. net. Java's anti-compiler (decompiler) is circulating everywhere on the network, and the compiled files can be reversed to the original code,
Powered by zoundry