使用dotNET_Reactor命令行功能,编译成功后自动输出加密代码
2021-05-29 21:00
标签:deb code path mamicode lazy test alt 保护 anti 使用debug模式不对代码加密保护,当使用用Release模式自动对编译成功项目加密保护,这样真的方便不少。 if $(ConfigurationName) == Release goto Release goto Debug 使用dotNET_Reactor命令行功能,编译成功后自动输出加密代码 标签:deb code path mamicode lazy test alt 保护 anti 原文地址:https://www.cnblogs.com/sunny26cn/p/14708623.html
:Debug
xcopy /y /k "$(TargetPath)" D:\Net_test
exit
:Release
dotNET_Reactor -file "$(TargetPath)" -necrobit 1 -antitamp 1 -targetfile "D:\Net_test\"
del D:\Net_test\*.pdb /q
上一篇:centos8编译安装php8
下一篇:webpack的构建流程
文章标题:使用dotNET_Reactor命令行功能,编译成功后自动输出加密代码
文章链接:http://soscw.com/index.php/essay/89250.html