纳金网

标题: Unity 3D Obfuscator(Unity代码混淆方案 ) - a special protection tool for... [打印本页]

作者: andyhebear    时间: 2015-12-8 10:34
标题: Unity 3D Obfuscator(Unity代码混淆方案 ) - a special protection tool for...
Product features:

- Entity Renaming:
        Renaming scripts, classes, methods, fields into a set of meaningless or unreadable characters;
        Supporting obfuscation control attributes (System.Reflection.ObfuscationAttribute)

- Removing events and properties:
        This method comes down to removing the metadata of events and properties from the assembly, which makes it impossible to recover or use these properties from high-level languages  (C#, Boo, ...).

- Renaming methods, variables, etc. into a set of unreadable characters:
        It comes down to replacing names with unreadable characters, for example, Japanese characters. Though .Net works with the         UTF8 encoding, not all decompilers correctly process its characters. Some change names with such characters for more         understandable, some replace unreadable characters with their codes, some just refuse to work with such characters.

- Obfuscating the control flow graph:
        Obfuscating conditional branches:
        This method comes down to adding various false conditions to the algorithm body and scattering the checks of existing conditions, loops and unconditional branches over the function body.

- Protection against decompilers:
        Protection against decompilers considerably reduces the chances to recover the source code of an application in an assembly or high-level language (C#, VB, etc.).

- Obfuscation of Standalone Assemblies

Support:
- Web Player
- Web Player Streamed
- OS X Dashboard Widget
- Windows Standalone
- OS X Universal Binary Standalone
- OS X PPS Standalone
- OS X Intel Standalone

- Some of the functions free




Unity3dObfuscatorSetup.zip

4.87 MB, 下载次数: 167


作者: 毛毛虫    时间: 2015-12-11 13:48
看上去很不错啊,谢谢分享, 回来试一试
作者: leanchen89    时间: 2015-12-16 14:21
很不错的方法,不知道具体效果如何
作者: xx232    时间: 2016-4-26 22:01
http://en.unity3d.netobf.com/download 这里的1.3.18  作者说只支持unity2和3  高版本用不知道会怎么样




欢迎光临 纳金网 (http://go.narkii.com/club/) Powered by Discuz! X2.5