Utshiha 发表于 2015-2-17 20:15

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 :




http://rghost.net/8zgRN7dlZ

http://ge.tt/1GZMQaA2/v/0?c

https://app.box.com/s/ag9p9oc6pu50b8xhfbucqtqf5unsak5s

https://www.dropbox.com/s/i8ajp7w35v9h44e/ILSpy.zip?dl=0





囧哥 发表于 2015-2-19 10:28

更新了?感谢分享!
页: [1]
查看完整版本: ILSpy NEXT. NET assembly browser and decompiler, debugger