Utshiha 发表于 2015-2-17 20:24:57

ILSpy NEXT. NET assembly browser and decompiler, debugger

ILSpy NEXT. NET assembly browser and decompiler, debugger, High and Low level Editor

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)
- 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)







Last build: build 16_02_15_17_54




Download :


**** Hidden Message *****


crackfan 发表于 2015-2-17 20:40:06

新年礼物吗?

gujin162 发表于 2015-2-17 21:14:49


向楼主学习!向楼主致敬!

F8LEFT 发表于 2015-2-17 21:47:36

ILSpy 我一直都有在用,要是它能够修改IL代码的话,我就可以丢弃Reflactor了

0xcb 发表于 2015-2-17 22:27:29

下载试试支持x64不,之前找的在64位的win7上不能用,

cxx17 发表于 2015-2-17 23:25:32

感谢分享,下载收藏!

lucky_789 发表于 2015-2-17 23:26:10

这个可以有{:soso_e179:}

hztimetwo 发表于 2015-2-18 07:59:06

感谢分享,下载收藏!

DragonLoft 发表于 2015-2-18 10:34:20

这个可以有。

wanap571 发表于 2015-2-18 21:54:15

正有个NET要分析一下
页: [1] 2 3
查看完整版本: ILSpy NEXT. NET assembly browser and decompiler, debugger