首页
社区
课程
招聘
[转帖]ILSpector
发表于: 2016-3-24 07:52 4093

[转帖]ILSpector

2016-3-24 07:52
4093
NAME: ILSpector
DESC: The best decompiler and debugger for the obfuscated .net assemblies.
Last build: 09_01_2016
URL: http://il4re.ml/

Description:
ILSpy (latest ILSpy public version 2.2.0.1737)
-add debugger from the SharpDeveloper studio
-add CopyFullyQualifiedTypeName.Plugin
-add OpCodeTableForm
-add to treeview contextmenu:
- strong name utility
- rename class utility
- Jump to EntryPoint
- string viewer utility (search enable)
- extension exeecute utility (reservation work enable)
- search any text in decompileTextView
- Find method call
- Analyze. Reference calls positioning and highlight ("IL Code" view)
- hexeditor methodbody utility (runtime compilation enable,
two technologies save the result(High Level:recompile assembly
and Low Level:Binary Patch(See results and work in Patch_table)))
add to decompiletextview contextmenu:
- replace instruction (High Level,need recompile to save assembly)
- nop instruction (High Level,need recompile to save assembly)
- reverse branch (High Level,need recompile to save assembly)
- nop instruction (Low Level, no need recompile binary patch see Patch Table)
- reverse branch (Low Level, no need recompile binary patch see Patch Table)

Mono.Cecil
-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
-add alternative "Save" technology modified assembly (support obfuscated assembly)

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

上传的附件:
收藏
免费 1
支持
分享
最新回复 (7)
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
2
Last build: 25.03.2016
ILSpector Version: 3.6.0 | 25.03.2016
+ add unmangle method body
+ add plugin`s system to deobuscate method body (Early version)(Source include)
+ add assembly comparer
+ add reference editor
- fix (show hidden name tech. IgnoreNameCollection works correctly)
- fix (show constant`s in Hex)
To start ILspector you need download AddPack, unpack it, and specify in the options path to him

_http://il4re.ml/
2016-3-26 15:25
0
雪    币: 6525
活跃值: (3418)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
3
我擦,又这样,我昨天才下,今天又更新
2016-3-26 16:22
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
4
2016-3-26 17:51
0
雪    币: 243
活跃值: (247)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
哈哈,辛苦了。。
下载看看。。
2016-3-28 16:30
0
雪    币: 114
活跃值: (344)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
可能dnSpy更好点 这货从ui看是基于ilspy的
2016-3-29 11:16
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
7
Version:  3.7.5  |  11.08.2016  |
http://il4re.ml/dw/download.php?f=ILSpector.sha1
2017-6-19 19:05
0
雪    币: 965
活跃值: (89)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
8
辛苦了
2017-12-9 19:00
0
游客
登录 | 注册 方可回帖
返回
//