首页
社区
课程
招聘
[转帖]HEX and ILEditor plugin for ILSpy by Medsft
发表于: 2013-6-17 01:28 2610

[转帖]HEX and ILEditor plugin for ILSpy by Medsft

2013-6-17 01:28
2610
HEX and ILEditor plugin for ILSpy by Medsft
HEX and ILEditor plugin for ILSpy
Author: Medsft

To use:
-copy all files in ILSpy directory with overwritten option.
-in left treeview use new commands(contextmenu), when selected item in tree-"MethodDefinition".

P.S. Plugin not working with standart Mono.Cecil 0.9.5.4. and working only with Mono.Cecil 0.9.5.4. mod by WiCKY(Author:SAE)
List of changes:
-ignore null type (Read TypeDefinition)
-ignore invalid parameter(Read MethodDefinition)
-ignore invalid generic argument()
-ignore invalid attribute (if (attribute.Constructor == null) continue;)
-ignore invalid signature(GetSecurityDeclarationSignature)
-fix handle null value in obfuscated assembly
-add ToString for CustomAttributeArgument
-add ToString for CustomAttributeNamedArgument
-ignore null element(MemberDefinition)
-avoid recursive declaringtype of some obfuscated assemblies,currently only one level checking
-add AllMemberReferences(IEnumerable<MemberReference> GetMemberReferences)
-add ElementTypeIntValue(ElementTypeIntValue)
-add support to read/write directly from bytes(FromBytes)
-Read reloc section, Contributed by Khiem Nguyen
and many more.....

Update log
- fix some bug (thanks to ==DJ==[ZLO])

Update log 1.0.4
- add scrollbar to general metodview and infoview

Update log 1.0.5
- add rename handler (Namespaces, Metods, Fields)
- add Mini Obfuscator (group rename namespaces, Metods, Fields by mask)

Update log 1.0.6
- fix Mono.Cecil (crash SCR make procedure) (thanks to sendersu)
- add StrongName Handler

Latest version
http://www.mediafire.com/?z4cxqckrj203hi4


[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 1
支持
分享
最新回复 (10)
雪    币: 406
活跃值: (164)
能力值: ( LV12,RANK:250 )
在线值:
发帖
回帖
粉丝
2
木有国内网盘啊
哪位下载了顺便转一下吧,感谢
2013-6-17 09:38
0
雪    币: 97697
活跃值: (200734)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
Down it.
上传的附件:
2013-6-17 10:14
0
雪    币: 406
活跃值: (164)
能力值: ( LV12,RANK:250 )
在线值:
发帖
回帖
粉丝
4
Thank U very much~~
2013-6-17 11:20
0
雪    币: 23
活跃值: (198)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
好东西,谢谢
2013-6-17 13:09
0
雪    币: 1422
活跃值: (3841)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
6
网上找不到源码,将HexILEditor.Plugin.dll转成源码无法编译,提示

错误        1        “ICSharpCode.ILSpy.ExportContextMenuEntryAttribute”不是特性类        C:\Users\xxz\Desktop\HEXILEditor plugin for ILSpy 1.0.6\src\Nsp_0\Renamer.cs        8        3        HexILEditor.Plugin
2013-6-17 16:35
0
雪    币: 97697
活跃值: (200734)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
7
Update log 1.0.7
- reDraw GUI
- add GUI to launch third-party applications
- add some SubItem`s in plugin menu for comfort work ))
Latest version
http://www.mediafire.com/?4zwwgo902yt2o1f

2013-8-14 06:21
0
雪    币: 97697
活跃值: (200734)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
8
Down it.
上传的附件:
2013-8-14 06:22
0
雪    币: 102
活跃值: (50)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
9
这个插件我从2.0-2.1所有版本都试了,要么不能改,F5刷新又变回来,要么crash,有人测试过吗?
2014-3-21 13:59
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
10
我试了1.07的好像也是这个问题,无法保存,只要reload就恢复原来。
2014-4-3 11:21
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
11
我又研究了一下,在左侧的TreeView中,点右键有 Save Assembly..  点了能存,不过存完的程序有问题。。。
2014-4-3 16:08
0
游客
登录 | 注册 方可回帖
返回
//