cmc5410 发表于 2013-1-6 20:18

NET程序混淆工具 反ILDASM

本帖最后由 cmc5410 于 2013-1-23 12:45 编辑

论坛备份存档

源代码


混淆后


Features:
- Symbol renaming (changes the names of types including classes, fields, properties, events, nested types)
- Multiple renaming schemes for symbol renaming: Alphanumeric, Chinese and Unprintable
- Ability to include/exclude public types for symbol renaming (useful for releasing libraries/DLLs)
- String encryption and constant encryption (constant encryption only supports integers at the moment)
- Anti-ILDASM protection (prevents ILDASM from decompiling the assembly)
谷歌翻译:
- 符号重命名(包括类,字段,属性,事件,嵌套类型的变化类型的名称)
- 多个重命名方案为:字母数字符号命名的,中文
- 包含/排除的公共类型的符号重命名(可释放出库/ DLL的能力)
- 字符串加密和加密不变(恒定的加密此刻只支持整数)
- 反ILDASM保护的(防止反编译的程序集的ILDASM)

已知的错误:
- 混淆仅适用于基本的WPF应用程序。 Windows窗体,控制台应用程序和类库应该正常工作。
Known bugs:
- Obfuscation will only work on basic WPF applications. Windows Forms, Console Application and Class Library should work fine.


有时间汉化一下


xianxiaren 发表于 2013-1-7 09:51

qer789iop 发表于 2013-1-7 15:00

谢谢分享!

pojie668 发表于 2013-1-7 19:59

谢谢分享,下载学习了

jerry828 发表于 2013-1-8 08:25

谢谢分享,下载试试!

ps122 发表于 2013-1-8 14:54

试试效果,谢谢分享

虚无 发表于 2013-1-8 15:00

net程序的混淆工具,这个很有用,不知道强度如何。先收藏了。

laodaye 发表于 2013-1-9 21:15

有点弱,字符串居然就base64了一下

duanjia0912 发表于 2013-1-10 09:18

谢谢分享{:1_914:}

killerwy 发表于 2013-1-24 01:39

明天有时间看看 不错哦 汉化 soeasy 应该
页: [1] 2
查看完整版本: NET程序混淆工具 反ILDASM