.NET 反编译工具 ILSpy 7.1.0.6543 绿色中文版

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

.NET 反编译工具 ILSpy 中文版

.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 程序集,看看是什么让软件变得简单。由于它是开源的,开发人员可以随意修改和使用其代码。

官方主页

What’s new in ILSpy 7.1.0.6543
May 31, 2021
General:
Adjusted pattern detection for Roslyn 3.10
Cross-platform support:
Fix #2417: ilspycmd is crashing if no valid ICU package is found.
Fix DotNetCorePathFinder on Unix systems: realpath always returned garbage
Fix #2358: use current Path.DirectorySeparatorChar instead of hard-coded backslashes.
Contributions:
Support for .NET 6 single-file bundles. (by @vitek-karas in #2373)
Added .vsconfig. (by @joshuacookdev in #2376)
Chinese translation updates. (by @maikebing in #2385)
Fix #2406: for readonly property with only getter, move readonly to property instead of getter (by @yyjdelete in #2408)
#2409: Styling of windows title bar is now optional. (by @tom-englert in #2412)
6a34df5: small bug fix in the metadata explorer UI by @marwie
Fixed a source generation bug in ReflectionDisassembler: Identifiers containing multiple consecutive dots were not properly escaped. (#2386 by @DarkOoze)
Bug fixes:
#2392: Avoid some redundant casts with the ?: operator.
#2398: TranslateCondition: truncate condition value if necessary
#2391: mark method as unsafe when passing null to a parameter of pointer type.
#2396: Extend the #1903 workaround to unconstrained generic types.
#2389: missing extern keyword for properties and events.
#2395: Do not use for->foreach transform if collection is not an array.
#2390: Add support for generic object initializers.
#2390: Make sure all unused captured variables are removed even in lambdas.
#2407: Operator ‘-‘ cannot be applied to operand of type ‘nuint’
#2354: decompilation of unary and binary operators with nullable value types.
And many other fixes, for a full list click here (https://github.com/icsharpcode/ILSpy/compare/v7.0…v7.1-preview1).

资源:1899.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:536766)
点击下载(提取码:7ius)
点击下载(提取码:536766)
点击下载(提取码:jpj1)

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/217855.html

(0)
上一篇 2021年12月27日
下一篇 2021年12月27日

相关推荐

发表回复

登录后才能评论