您的位置:首页 > 其它

The task of making reverse engineering difficult is not easy.

2010-08-29 11:06 507 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐