https://www.red-gate.com/dynamic/products/dotnet-development/reflector/download

https://github.com/sailro/Reflexil/releases

The .NET Assembly Editor http://reflexil.net

Reflexil is an assembly editor and runs as a plug-in for Red Gate's Reflector, ILSpy and Telerik's JustDecompile.

Reflexil is using Mono.Cecil, written by Jb Evain and is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports C#/VB.NET code injection.

https://www.codeproject.com/Articles/20565/Assembly-Manipulation-and-C-VB-NET-Code-Injection

需要注意的是右下角的editor不是自动出现的,需要选择菜单Tools,然后选择Reflexil v2.3,然后才会出现edit的页面

修改完之后,另存为

另存为一次,好像就自动签名了。再次编辑之前另存为的,会提示

最新文章

  1. git gui 学习
  2. hibernate(四)__由表逆向创建Domain对象和对象关系映射文件
  3. 三角形问题的解决复杂度O(n^3)和O(nlogn)的比较
  4. 文件上传之Html5 + jQuery上传、asp.net web api接收
  5. delphi TeeChart保存3种图片文件
  6. JUnit4教程-高速入口
  7. js获取当前页面的URL并且截取?之后的数据,返回json
  8. 《项目架构那点儿事》——Hibernate泛型Dao,让持久层简洁起来
  9. WGS84地理坐标系下,进行坐标运算
  10. 【新特性】JDK1.8
  11. Python全栈开发之路 【第三篇】:Python基础之字符编码和文件操作
  12. jquery基本语法(一)
  13. Spring boot MultipartResolver
  14. day--16页面布局
  15. WPF的xaml中特殊字符表示
  16. nyoj528-找球号(三) 【位运算】
  17. activemq用户手册
  18. Python 处理输入输出
  19. C++ 重载 重写 重定义
  20. Vsftpd支持SSL加密传输

热门文章

  1. Computer Vision_1_Active Appearance Models:Active Appearance Models——2001
  2. SqlServer和Oralce保留几位小数以及当末尾小数为0也显示
  3. bat wmic python 获取进程的所在路径
  4. python_tkinter基本属性
  5. Unity 截图选择框,中间全透明,边缘半透明
  6. Bootstrap-轮播图-No.4
  7. excel操作之poi-ooxml
  8. 【方法】如何实现图片压缩并使用FormData上传
  9. CI环境搭建-创建git
  10. Java HashMap实现原理分析