首页 > 其他分享 >Dotfuscator Professional Edition 4.96 版的使用教程

Dotfuscator Professional Edition 4.96 版的使用教程

时间:2023-07-03 20:32:52浏览次数:33  
标签:加密 Framework Windows Dotfuscator Microsoft v4.0 Edition Professional 对应

Dotfuscator是一款十分实用的.NET代码反编译工具,软件采用了最为先进的反编译技术,可以有效地帮助使用者防止你的软件被反编译,软件功能十分丰富,可以混淆流程、加密字符串 、添加水印、程序签名等

网上百度一下Dotfuscator Professional Edition 4.96 下载,会找到很多链接链接地址。

安装后,首先对应设置一下

把DisableStringEncryption设为NO,

1:即启用字符串加密;检查DisableControlflow、DsiableRenaming也为NO,即保证控制流和混淆功能打开,其他默认。如下图:

Dotfuscator Professional Edition 4.96 版的使用教程_反编译

 

 

2:Rename选项勾选“useenhancedoverloadinduction”(使用增强模式),注意:不要勾选下方的“Donotsuppressonserializabletypes”,即序列化类型的变量不加密,否则编译后可能异常;“RenamingScheme”选择“Unprintable”(不可打印字符,即乱码),也可以选择其他如小写字母、大写字符、数字的方式,如下图:

Dotfuscator Professional Edition 4.96 版的使用教程_版本号_02

 

 

3:String Encryption选项include里勾选需要字符串加密的工程文件EXE、DLL等,点击Build,之后就可以啦:

 

Dotfuscator Professional Edition 4.96 版的使用教程_Windows_03

 

 点击这个播放按钮即可生成:

Dotfuscator Professional Edition 4.96 版的使用教程_Windows_04

 

 

报错了, 报错信息如下:

Could not find a compatible version of ildasm to run on assembly F:\xxx\bin\gumuweb.dll.  This assembly was originally built with .NET Framework v4.0.30319.
Build Error.

这个可能是你的.Net Framework 可能在4.0或者以上,所以你要配置一下相关信息

要混淆不同的.Net Framework版本需要在Settings,Project Properties,添加配置如下。

其中ILASM和ILDASM后面必需要加上对应版本的版本号,然后文件引用对应的版本文件即可。

ILASM_v4.0.30319
C:\Windows\Microsoft.NET\Framework\v4.0.30319\ilasm.exe

ILDASM_v4.0.30319
C:\Program Files\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\ildasm.exe
正常大部分用户的对应信息都是在以上位置,我以前电脑安装的是vs2015也是在以上位置,另外一台电脑安装的vs2019,以上位置就不对了,所以你对应去C:\Program Files (x86)\Microsoft SDKs\Windows\这个位置找下,我找到了,位置如下:

C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\ildasm.exe

这个时候头头一晕,浪费了小半个小时,以为版本不一样了,文件名可以更改一下成对应的版本,结果报错了,最后不断尝试和百度,最后发现这个后面的版本号必须跟ILASM_的版本号对应,不能改。

记住,记住、记住、Name不要改就用上面的,你后面对应的文件版本不一样没有关系。

终于成功了!

Dotfuscator Professional Edition 4.96 版的使用教程_版本号_05

 

 

Dotfuscator Professional Edition 4.96 版的使用教程_反编译_06

 

 

被混淆的文件同级会有一个Dotfuscated这样的文件夹,点击进去就能发现已经被混淆的bll文件。

加密后的效果 如下:

Dotfuscator Professional Edition 4.96 版的使用教程_版本号_07

 

作者:古道轻风


标签:加密,Framework,Windows,Dotfuscator,Microsoft,v4.0,Edition,Professional,对应
From: https://blog.51cto.com/chunyangi/6615215

相关文章

  • SystemVerilog for Design Edition 2 Chapter 10
    SystemVerilogforDesignEdition2Chapter10SystemVerilogextendstheVeriloglanguagewithapowerfulinterfaceconstruct.Interfacesofferanewparadigmformodelingabstraction.Theuseofinterfacescansimplifythetaskofmodelingandverifying......
  • SystemVerilog for Design Edition 2 Chapter 9
    SystemVerilogforDesignEdition2Chapter9ThischapterpresentsthemanyenhancementstoVerilogthatSystemVerilogaddsforrepresentingandworkingwithdesignhierarchy.Thetopicsthatarediscussedinclude:•Moduleprototypes•Nestedmodules•S......
  • SystemVerilog for Design Edition 2 Chapter 8
    SystemVerilogforDesignEdition2Chapter8SystemVerilogenablesmodelingatahigherlevelofabstractionthroughtheuseof2-statetypes,enumeratedtypes,anduserdefinedtypes.Thesearecomplementedbynewspecializedalwaysproceduralblocks,alw......
  • 【C】 Primer Plus 5th Edition 阅读笔记
      一.GettingReady 1.ANSIC(C89)andISOC(C90)areessentiallythesamestandard.2.#include<>, 预处理指令,include等同于在当前位置复制和粘贴代码。它的存在是为了方便的分享公共代码。3.stdio.h,The stdio.h file is supplied as part ......
  • Burp Suite Professional / Community 2023.6 (macOS, Linux, Windows) - Web 应用安
    BurpSuiteProfessional/Community2023.6(macOS,Linux,Windows)-Web应用安全、测试和扫描BurpSuiteProfessional,Test,find,andexploitvulnerabilities.请访问原文链接:https://sysin.org/blog/burp-suite-pro-2023/,查看最新版。原创作品,转载请保留出处。作者......
  • 架构师书单 2nd Edition
       作者:江南白衣   为了2007年的目标,列了下面待读或重读的书单。   "其实中国程序员,现在最需要的是一张安静的书桌。",的确,中国架构师大多缺乏系统的基础知识,与其自欺欺人的宣扬"读书无用,重在实践变通,修身立命哲学书更重要",把大好时间用来追逐互联网上的片言只语,不如直......
  • 自定义系统级无窗口全局快捷键热键-Delphi7_Lite_Full_Edition_Setup_7.3.4.3_Build_2
      自定义系统级无窗口全局快捷键热键-Delphi7_Lite_Full_Edition_Setup_7.3.4.3_Build_20110801-2023年6月9日 programProject1_SetHotkeyBaiduSyncDisk;usesForms,Unit1_SetHotkeyBaiduSyncDiskin'Unit1_SetHotkeyBaiduSyncDisk.pas'{Form1};{$R*.res}b......
  • SystemVerilog for Design Edition 2 Chapter 7
    SystemVerilogforDesignEdition2Chapter7SystemVerilogaddsseveralnewoperatorsandproceduralstatementstotheVeriloglanguagethatallowmodelingmoreconcisesynthesizableRTLcode.Additionalenhancementsconveythedesigner’sintent,helping......
  • Side by Side 1, Third Edition [Longman] + AUDIO
    SidebySide1,ThirdEdition[Longman]+AUDIOLevel:BeginnerA1Описание:SidebySide,ThirdEdition,byStevenJ.MolinskyandBillBliss,isadynamic,all-skillsprogramthatintegratesconversationpractice,reading,writing,andlistening—al......
  • 【Oracle】Oracle Database Administration 2019 Certified Professional Certificati
     说明:1.目前题库100%覆盖考题,准确率84%。2.若需要优质烤券,请私信,留下你的WX。(官方250刀,本店只需要1500RMB包含100%完整题库以及考试经验分享)3.本条信息长期有效。考试题量:85通过分数:84%1、WhichtwoaretrueaboutreclaimingspaceusedbyFlashbacklogsinOracle......