-
【推荐】C# 代码混淆,防止反编译 解决方案(ConfuserEx)
http://www.cnblogs.com/zhangzhi19861216/p/3937434.html一 如果只是混淆exe文件则1. 将MyTest.exe文件拖到 confuserEx工具2. 点击Settings(1)选择Packer(下拉那里默认即可)(2)Modules->选中MyTest.exe (3) 选中Rules 点击 号,true3. 点击Protest!->Protect! ,提示导出成功二 如果只是混淆dll文件1.将dll拖入ConfuserEx后2.点击Settings(1)不能选择Packer了(因为dll不是packer)(2)Modules->选中MyLibrary.exe (3) 选中Rules 点击 号,true (4) 点击最右侧(下方)的铅笔头图标 (5)在弹出的窗口中 Preset 选择Maxinum,然后再点击下面 “ ”按钮,选择anti ildasm(我猜是防止通过IL编译)3. 点击Protest!->Protect! ,提示导出成功如果是所有程序集合都混淆,则排出开元项目即可特别声明:文本操作者工具,只需要混淆自定义的程序集,不混淆texttools.exe文件(因为混淆后程序集报错)
- 2019-03-28下载
- 积分:1
-
动态规划法解决公路问题
该代码致力于解决在一段公路上如何放置广告牌来获取最大利益的问题,使用了动态规划的思想,由CPP所实现。
- 2022-05-20 19:26:44下载
- 积分:1
-
C 语言贪吃蛇
C 语言调用Win32实现贪吃蛇,理解Win32消息映射,不完善,但是可以运行,通过将Win32消息的路由进行封装,通过宏来编写,简单快捷
- 2022-06-01 21:40:36下载
- 积分:1
-
for the complex matrix inverse matrix
求复数矩阵的逆矩阵-for the complex matrix inverse matrix
- 2022-02-21 09:01:52下载
- 积分:1
-
C语言串口收发程序
将收到的串口数据用16进制显示在屏幕上,将收到的按键值通过串口发送出去。
使用TC2.0或BorlandC++即可编译。
- 2023-01-05 16:35:03下载
- 积分:1
-
StaticCounter_Sample
显示电子钟一样的数字的静态控件(The static control which can display number of electronic clock style)
- 2001-01-01 00:00:00下载
- 积分:1
-
EmptyProject
direvctX最初框架,供添加具体代码(directX )
- 2009-11-20 20:35:55下载
- 积分:1
-
MCP3204
51单片机读取16位AD芯片MCP3204程序,可读取4路通道,程序中写了两路,可根据注释增加或减少通道数,1602显示,有Proteus仿真。(51 MCU reads 16-bit AD chip MCP3204 program, which can read 4 channels and write two channels. According to the annotation, the number of channels can be increased or reduced. 1602 shows that there is Proteus simulation.)
- 2019-06-28 13:13:11下载
- 积分:1
-
vc-stk
本代码为使用vc平台开发stk软件x插件的一个范例。(The code for the use of vc software platform development stk an example of x Plug-ins.)
- 2020-09-21 11:27:51下载
- 积分:1
-
C嵌入式程序员面试指南
C嵌入式程序员面试指南,详细说明了C嵌入式程序员必须具备哪些技能以及面试时的技巧,是C嵌入式程序员面试必看之文档... (Embedded C programmer interview guide, a detailed description of Embedded C programmer must possess those skills and interview skills, Embedded C programmer is obligatory stop for interviews documents ...)
- 2020-06-26 07:40:02下载
- 积分:1