免费的.netFramework 混淆工具 Babel obfuscator GUI

news/2024/11/7 18:40:02/

免费的.netFramework 混淆工具 Babel obfuscator GUI
The GUI tool of Babel obfuscator
this tools Support Babel obfuscator 1.3 and later:
Most of the tools I found that can be used to obfuscate Silverlight code are not free. But the Babel obfuscator by Alberto Ferrazzoli is an open source .NET obfuscator that can be used in Silverlight based projects.

this tool
support babel version 2.0.0.1 and later
Notice:

1.       The Free Edition does not support obfuscating xap files directly but you can unzip the files first or integrate the babel tool into your build process.
2.       Not all command line parameters/options are supported in Free Edition like:
--msil
--Deadcode
3.       Some assemblies (dll’s) that contain resources do not seem to obfuscate correctly.
4.you can download the Free Edition from http://code.google.com/p/babelobfuscator/

Software Requirements
·         Windows Vista or Windows XP Professional or Windows Server 2003

·         Microsoft NET Framework 3.5


中文说明:
原来也有过类似想法的,不过没有时间做。目前这款混淆器的强度不是很大,但某些方法很有特色。
特别是我找到Silverlight混淆工具都不是免费的
这个Babel obfuscator  是开源免费的,支持Silverlight。
最新的3.0 也有免费版(Free Edition)
但是请注意:
1 、免费版不支持xap文件,请先解压缩处理后用Zip打包回去

2 、
--msil
--Deadcode
这两个功能免费版不支持

3、如果有资源文件DLL
那么不一定混淆后可以用

4、Free Edition可以到http://code.google.com/p/babelobfuscator/
免费下载
本GUI工具支持Babel obfuscator 1.3以及更高版本

Babel Obfuscator 2.0.0.0 :

·         支持Microsoft NET框架 1.1, 2.0, 3.5

·         混淆 Namespace, Type, Method, Events, Properties and Fields

·         Unicode 混淆

·         MSIL 流程混淆

·         ·字符串加密

·         去除 死代码(Dead Code)

·         强命名重新签名

·         反反编译器例如: Reflector 和 Ildasm

系统需求:
·         Windows Vista or Windows XP Professional or Windows Server 2003

·         Microsoft NET Framework 3.5
注意:
免费版不支持 MSBuild 之类的东西。。。

 BabelGUI:
Filesize:78KB
Filename:BabelGUI.rar

Download-Link:
http://www.sendspace.com/file/5xz1jb
http://www.easy-share.com/1909701468/BabelGUI.rar
http://www.iqho.com/M-W07LCBweNK.html
http://www.jandown.com/link.php?ref=fzghzgLcb2
http://ultrashare.net/hosting/fl/b13baf62cf/BabelGUI

转载于:https://www.cnblogs.com/javabluesky/archive/2010/03/31/2211602.html


http://www.ppmy.cn/news/345487.html

相关文章

3D劲舞游戏 Dance Mixer 简体中文汉化版+常见问题(更新1.1补丁 汉化)

汉化补丁和下载 3D劲舞游戏Dance Mixer 游戏名称: Dance Mixer 类型: 音乐舞台动作编辑 发售日期: 2009.6.26 公司: project Dance 官网: http://dancemixer .jp/ 想不想用自己喜欢的音乐来制作舞蹈?想不想模…

onscripter For windows/MAC OS 中文版

你想 一物多用吗 ? 你想 在windows 上跑 android的GAL吗? 你想在 MAC OS下玩GAL? 你想 搞一个 GAL能同时运行于windows 和 MAC OS? 首先介绍,什么是ONS,全称是:onscripter 这是个专门用来移植PC…

你是资讯控吗?——Web2.0智识管理简册

题记: 我登陆QQ的频率从一周变成了一个月——需要聊天打发的时间越来越少,对话索然无味,头像晃动下欲拒还迎的姑娘也远不如社交网络上的头像相册更令人兴奋。与此同时,微博来了。说它来了显得有些不合时宜,因为人家早…

python入门系列(4) -- python常见应用

计算器、字符编码 计算器 掌握了python的基本语法后,可以使用python shell来代替各平台带的计算器了 >>> (50-5*6)/4.0 # 数学表达式 5.0 >>> a100 >>> hex(a) # 十六进制 0x64 >>> oct(a) # 八进制…

Node.js 种子下载器

Node.js 种子下载器 庆祝 2018 国庆,制作了一个 Node.js 的种子下载器。爬取页面,根据页面的链接,破解另外一个网站,下载种子文件。项目比较简单,爬取页面没有使用任何爬虫框架。项目源码 Node.js 的安装请看我的另外一…

自制的 .net framework 强命名工具(支持.net4)

我们知道,以前在Windows下开发程序时常会遭遇著名的“DLL Hell”问题,即动态链接库的向后兼容问题。微软在.Net产生前曾尝试使用COM组件的方式来解决DLL Hell问题,即使用Guid来唯一的标识每一个COM组件。但是,实际上使用COM组件&a…

ref

在C的算法和函数之间,以类对象作为参数的情况很非常常见的问题,一般情况下传值语义是可行的,但也有很多特殊情况,作为参数的函数对象拷贝代价过高(具有复杂的内部状态),或者不希望拷贝对象(内部状态不应该被改变)&…

华为OD机试 JavaScript 实现【密码强度等级】【牛客练习题】,附详细解题思路

一、题目描述 密码按如下规则进行计分,并根据不同的得分为密码进行安全等级划分。 1、密码长度: 5 分: 小于等于4 个字符 10 分: 5 到7 字符 25 分: 大于等于8 个字符 2、字母: 0 分: 没有字母 10 分: 密码里的字母全都是小(…