码迷,mamicode.com
首页 > Web开发 > 详细

使用dotNET_Reactor命令行功能,编译成功后自动输出加密代码

时间:2021-04-28 11:40:34      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:deb   code   path   mamicode   lazy   test   alt   保护   anti   

 使用debug模式不对代码加密保护,当使用用Release模式自动对编译成功项目加密保护,这样真的方便不少。

 技术图片

 

 if $(ConfigurationName) == Release goto Release

goto Debug
:Debug
xcopy /y /k "$(TargetPath)" D:\Net_test
exit
:Release
dotNET_Reactor -file "$(TargetPath)"  -necrobit 1  -antitamp 1 -targetfile "D:\Net_test\<AssemblyFileName>"
del D:\Net_test\*.pdb /q

使用dotNET_Reactor命令行功能,编译成功后自动输出加密代码

标签:deb   code   path   mamicode   lazy   test   alt   保护   anti   

原文地址:https://www.cnblogs.com/sunny26cn/p/14708623.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!