Reflexil

摘要:
https://github.com/sailro/Reflexil/issues/47InstructionsonhowtoinstallReflexilwouldbemuchappreciated,因为没有README,并且此格式不可用https://github.c
https://github.com/sailro/Reflexil/issues/47

Instructions on how to install Reflexil would be much appreciated, since there is no README, and this information is not readily available.

 需要注意,下载的reflexil的版本需要是https://github.com/sailro/Reflexil/releases/download/v2.3/reflexil.for.ILSpy.2.3.AIO.bin.zip

It's really easy.
Put the Reflexil.ILSpy.Plugin.dll(AIO) file into the ILSpy directory.
Open ILSpy(2.0+), select "View" menu and you will see "Reflexil 2.0".

inject property

 左侧菜单,右键选中想要修改的类,

https://www.cnblogs.com/chucklu/p/11184577.html

Reflexil第1张

inject property只在左侧的列表栏看到

右键左侧菜单,update ILSpy model

如果要保存编辑后的exe,

需要先右键选中exe文件,然后save as 

edit property

Can not edit property directly like dnSpy,

You need edit the get and set respectively.

Reflexil第2张

注意

下载Debug编译的ILSpy更好

https://appveyorcidata.blob.core.windows.net/icsharpcode-24809/ilspy/1-0-2342/80ph9mc6tyrm469w/ILSpy_binaries.zip?sv=2015-12-11&sr=c&sig=6FkoGZzKaCe2h3J7DFBtu1z2xj77GUZKeh07Y5pAXe8%3D&st=2019-08-11T04%3A09%3A54Z&se=2019-08-11T04%3A15%3A54Z&sp=r

https://github.com/sailro/Reflexil/issues/53   因为功能更全,可以edit property

这个提示不知道是做什么的

Reflexil第3张

修改属性的调用

把前面2个属性删了,然后调整第三个调用为方法

Reflexil第4张

免责声明:文章转载自《Reflexil》仅用于学习参考。如对内容有疑问,请及时联系本站处理。

上篇Java进程占用内存过高,排查解决方法Java接口自动化测试实战001----get、post方法实现与封装下篇

宿迁高防,2C2G15M,22元/月;香港BGP,2C5G5M,25元/月 雨云优惠码:MjYwNzM=

相关文章

关于http与https的注意点

背景:在一次项目生产上线中遇到地址在IOS版本的app中打不开或者接口请求不返回的情况,在安卓机和PC上表现正常,经排查,问题出在http请求上,原因详解 在早期PC上和安卓手机上比较不严格,在https页面中访问http的接口还是能通,但是在新IOS上https下的网页只能访问https的接口和地址,不然js和图片都会显示异常 1、HTTPS下不能调用H...

中移4G模块-ML302-OpenCpu开发-(MQTT连接阿里云-接收和发送数据)

B站:https://space.bilibili.com/309103931 中移4G模块-ML302专栏:https://blog.csdn.net/qq_33259323/category_10453372.html 中移4G模块-ML302文集:https://www.bilibili.com/read/readlist/rl328642 1.中移...

python中print函数的使用小技术-使用分隔符和行尾符

关于python3中,print函数,可以同时打印输出多个和多种类型数据,如下: >>> print(1,"abc",2,"https://www.cnblogs.com/5201351",True) 1 abc 2 https://www.cnblogs.com/5201351True >>> 如上可以看出,各项默认以...

2、k8s api访问-token、RBAC、证书

1、token方式使用k8s restful api思维导图 https://liumiaocn.blog.csdn.net/article/details/100518110 token方式使用k8s restful api思维导图 2、apiserver认证 2.1、Kubernetes apiserver认证 Kubernetes apiserve...

几篇关于MySQL数据同步到Elasticsearch的文章---第二篇:canal 实现Mysql到Elasticsearch实时增量同步

文章转载自:https://mp.weixin.qq.com/s?__biz=MzI2NDY1MTA3OQ==&mid=2247484377&idx=1&sn=199bc88f700f427f4515afac4c7402f1&chksm=eaa82bf1dddfa2e7c9f4319b52fc7a5ab721531039b9...

聊聊 webpack 打包如何压缩包文件大小

想必很多人都经历过做完一个项目后,再打包发现某些文件非常大,导致页面加载时很慢,这就很影响用户体验了,所以在我经历了一些打包后,讲讲如何有效地缩小包体积,加快页面的首屏渲染 动态 polyfill 相信很多项目都会用到polyfill 那么一整个polyfill 会占据很多的空间,这个时候需要使用动态polyfill来解决这个问题了: 在 index.ht...