
.NET 反编译工具 ILSpy 绿色中文版由大眼仔旭整理发布。无论您是一个好奇的用户,喜欢分开看看是什么让应用程序发挥作用,还是 .NET 开发人员对查找特定信息感兴趣,您都可以使用 ILSpy 来分析使用 .NET Framework 设计的软件产品,仔细检查每个组件,并找出最初组装它的用途。
当然大眼仔也发布的有另外两款 .NET 反编译工具:dnSpy 中文版和 Red Gate .NET Reflector 中文版,如果你感兴趣也可以下载尝试。

.NET 反编译工具 ILSpy 中文版
尽管有许多类似的工具可供使用,但 ILSpy 非常易于使用以及免费和开源。它不需要任何安装,这意味着它可以保存到您的便携式应用程序集合中,复制到 USB 闪存驱动器,并且可以在任何PC上使用而无需设置来浏览和检查 .NET 程序集。
使用此工具仔细查看.NET程序集
主应用程序窗口具有清晰的布局,分为两个主窗格:用于浏览 .NET 程序集树以及仔细查看任何选定项目。它可以检查 DLL,EXE 和 WINMD 文件(Windows 元数据)。可以从 GAC 加载数据,也可以打开 Nuget 包。
ILSpy 能够使用 C# 在 C#,IL 和 IL 中呈现代码。对于 C#,您可以选择 C#1.0/VS .NET 到 C#7.2/VS 2017。例如,您可以查看资源和引用,查看表以及将信息提取到文件。
使用 C# 在 C#,IL 和 IL 中呈现代码
由于该程序仅用于查看目的,因此无法进行文件修改。另一方面,您可以在查找类型,成员,方法,字段,属性,事件,常量或元数据标记时利用搜索功能。
可以配置多个反编译器设置,例如使用调试符号中的变量名称,删除无死区和副作用的代码,或者在反编译后扩展成员定义。此外,您可以自定义字体并允许多个实例。
考虑到所有方面,IlSpy 尽可能简单地反编译 .NET 程序集,看看是什么让软件变得简单。由于它是开源的,开发人员可以随意修改和使用其代码。
ILSpy 许可证
MIT 许可证
ILSpy 9.1 Latest
ILSpy 9.x is based on .NET 8.0. All artifacts except the self-contained distribution are built framework-dependent, which means .NET 8.0.x or later must be installed prior to starting ILSpy. Note that ILSpy 9.1 also allows a later runtime via #3391.
New Language Features
Update pattern-detection to Roslyn 4.13
Enhancements
#1572: Do not generate variable names that match C# keywords.
#2716: Add an option to allow sorting custom attributes
#3377: Extend error information if multiple assemblies with the same (short) name are selected when creating a solution file.
#3393: Option to turn off smooth scrolling
#3399: Add module filename as ToolTip of AnalyzerEntityTreeNode
#3440: Added support for evaluation-order-preserving reference type check
#3316: Add “variable scopes” to improve naming local variables and anonymous method parameters
Contributions
Add support for array initialization based on RuntimeHelpers.CreateSpan<T> (see #3380 by @ds5678)
Load resource stream outside of delegate (see #3389 by @snorrk)
Allow ILSpy to launch, when net8.0 is not installed, but a later version (see #3391 by @nil4)
Fix nested namespace directories (see #3449 by @ds5678)
Fix #3402: System.NullReferenceException on right click on .NET 9 (see #3403 by @tom-englert)
Add an option to turn off smooth scrolling (see #3405 by @tom-englert)
Use type hint in pointer arithmetic (see #3413 by @ds5678)
Improve UI for primary constructors on non-record types (see #3455 by @ds5678)
Fix exception when writing resx files without adding any resources (see #3418 by @jwfx)
Enhance null handling in switch transformations (see #3422 by @ds5678)
Don’t include generic constraints in generated explicit overrides (see #3443 by @ds5678)
Improve generation of not equals check (see #3425 by @ElektroKill)
Bug fixes
Fix #2269: LocalFunctionDecompiler misplaces nested local functions in ctors
Fix #3322: Add missing checks for equality comparison
Fix #3378: Navigation shortcuts (Alt-Left and Alt-Right) don’t work when TreeView has focus
Fix #3381: Make sure that selectedNode is still selected when focus is deferred in IsActive property changed handler.
Fix #3383: more aggressively transform object initializers on structs
Fix #3384: add special case for null-literal conversions in optional argument handling.
Fix #3385: Allow address uses of structs in using transform, if the reference is passed to an in parameter.
Fix #3392: uses of init-setters must use object-initializer syntax.
Fix #3401: Multiple problems when exporting an assembly as project
Fix #3414: Apply latest session settings before saving upon closing the main window
Fix #3342: Wrong null check in MethodVirtualUsedByAnalyzer
Fix #3450: Fix “Clear assembly list” not actually persistent.
Fix #3432: Do not include delegate construction use-sites in DetermineCaptureAndDeclarationScopes.
Fix attributes tooltip of GenericParam metadata table
资源:1899.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:536766)
点击下载(提取码:gwcy)
点击下载(提取码:536766)
点击下载(提取码:tkja)
文章名称:《.NET 反编译工具 ILSpy 9.1.0.7988 绿色中文版》
文章固定链接:https://www.dayanzai.me/ilspy.html
本站资源仅供个人学习交流,请于下载后 24 小时内删除,不允许用于商业用途,否则法律问题自行承担。
猜你喜欢
- 2015-09-17电路板设计软件 CadSoft Eagle Pro 7.4.0 中文多语免费
- 2022-07-01配置台式计算机时昂贵的主板或许并不适合你
- 2020-12-08如何在 Windows 10 的文件资源管理器的导航窗格中添加或删除此电脑
- 2015-10-28日本非常着名的3D绘图软件 六角大王 Super6 for CLIP 6.4.1 中文汉化版
- 2015-04-28C/C++ 集成开发环境(IDE) DEV-C++ 5.11.0 中文免费版
相关推荐
- 2020-06-02Adobe Photoshop 提示无法加载扩展,因为它未经正确签署错误提示解决方案
- 2018-12-08汉化必备工具之一 Poedit Pro 2.2 Build 5561 中文多语免费版
- 2025-02-13安卓无限绘画工具 Infinite Painter 7.1.18 中文多语免费版
- 2022-08-18批量水印添加工具 Arclab Watermark Studio 4.0 中文多语免费版
- 2025-12-11开源免费数据库管理平台 pgAdmin 4 v9.11 x64 中文多语免费版
发表评论
MORE>>微软应用
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
MORE>>安卓应用
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
MORE>>教程资源
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
MORE>>其它资源
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8





