首页
社区
课程
招聘
[转帖]ILSpy 7.2.1.6856 / 8.0.0.7313 Preview 4
发表于: 2023-8-14 20:25 3008

[转帖]ILSpy 7.2.1.6856 / 8.0.0.7313 Preview 4

2023-8-14 20:25
3008

ILSpy 7.2.1.6856 / 8.0.0.7313 Preview 4

Whether you're a curious user who likes to take things apart to see what makes apps tick or a .NET developer interested in finding a particular piece of information, you can use ILSpy to analyze software products designed with .NET Framework, closely inspect each component, and figure out what was used to originally assemble it.


Although there are many similar tools available out there, ILSpy is extremely easy to use as well as free and open-source. It requires no kind of installation, which means that it can be saved to your collection of portable apps, copied to a USB flash drive, and used on any PC without setup to browse and examine .NET assemblies.


Take a closer look at .NET assemblies with this tool

The main app window has a clear-cut layout and is split in two main panes: for exploring the tree of .NET assemblies and for getting a closer look at any selected item. It makes it possible to inspect DLL, EXE, and WINMD files (Windows Metadata). Data may be loaded from GAC, and Nuget packages can be opened too.


ILSpy is capable of rendering code in C#, IL, and IL with C#. For C#, you can choose from C# 1.0 / VS .NET to C# 7.2 / VS 2017. For instance, you can take a look at resources and references, view tables, and extract info to file.


Renders code in C#, IL, and IL with C#

Because the program is made for view-only purposes, it's not possible to make file modifications. On the other hand, you can take advantage of a search function when looking for types, members, methods, fields, properties, events, constants, or metadata tokens.


Several decompiler settings can be configured such as using variable names from debug symbols, removing dead and side effect free code, or expanding member definitions after decompilation. Furthermore, you can customize the font and allow multiple instances.


All aspects considered, IlSpy makes it as simple as possible to decompile .NET assemblies and see what makes software tick. Since it's open-source, developers can modify and use its code at will.

https://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/ILSpy.shtml


[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 3269
活跃值: (1415)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
没有下载地址吗
2023-8-16 09:45
0
雪    币: 3269
活跃值: (1415)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
不好意思,看到了
2023-8-16 09:46
0
雪    币: 98729
活跃值: (201034)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
4

ILSpy 8.1.1.7464

https://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/ILSpy.shtml

2023-9-17 15:04
0
游客
登录 | 注册 方可回帖
返回
//