The task of making reverse engineering difficult is not easy.

来源:互联网 发布:淘宝购物券怎么使用 编辑:程序博客网 时间:2024/05/17 22:27
The task of making reverse engineering difficult is not easy.

Client-server models of protection, while providing the best security, suffer from limitations on the network.

Encryption requires the use of specialised hardware, which limits the portability of programs.

Using native object codes makes reverse engineering harder but increases the software support effort.

Also, digital signatures are required to prevent tampering.

Code obfuscation, while not providing absolute security, is portable, does not require specialised hardware and is transparent to the Java bytecode verifier. However, it does impose an execution time-space penalty on the program being protected.

Fw from http://www.cs.arizona.edu/~collberg/Research/Students/DouglasLow/obfuscation.html

Author: Douglas Low
原创粉丝点击