Skip to content

Releases: dnSpyEx/dnSpy

v6.5.0

04 Feb 11:41
2eef396
Compare
Choose a tag to compare

New features:

  • dnSpy now runs on .NET 8 and .NET Framework 4.8.
  • dnSpy now handles TypeRef rows with a ResolutionScope of 0 in the same way as the CLR rather than following the ECMA specification.
  • The low-level metadata editor is now aware of the implications of the #JTD metadata stream being present.
  • Enable Windows targetting in project files to allow compiling on other platforms (Note: dnSpy will still only run on Windows due to the WPF dependency)
  • Added binding redirects for various common assemblies with frequent version bumps to make extensions compiled for older versions load more seamlessly.
  • Added support for new resource serialization formats added as part of System.Resources.Extensions
  • Added a new, opt-out, update checker which runs on startup and will display an update notification in a new information bar component.
  • C# Interactive now references additional libraries giving access to newer features like Span<T> or immutable collections.
  • Enabled Server and concurrent GC as well as RDP hardware acceleration in the .NET 8 builds
  • ILSpy Decompiler:
    • Added support for C# ref types to the decompiler - ref types are now correctly decompiled into the proper C# syntax instead of being decompiled into pointer types.
    • Added support for C# function pointers to the decompiler - Function pointers are now correctly represented using the C# syntax rather than simple types of name method
  • Debugger
    • The debugger now supports displaying tuple element names, dynamic types, and native integer types defined in custom attributes.
    • The debugger expression evaluator now includes support for tuple element names and dynamic types.
    • Debugger tool windows now use the correct C# 9 function pointer syntax as well as the correct ref type syntax.
    • Display a message dialog when valid metadata cannot be obtained when executing the Open module from memory command.
    • Added an additional option to the .NET Framework start debugging dialog to override the CLR version to use for debugging purposes. This can be helpful for files that use obfuscated native loaders when dnSpy can't automatically detect the correct CLR version.

Improvements and bug fixes:

  • Fixed loading XML documentation for System.Private.CoreLib.dll.
  • Improve the method overridden by analyzer to take into account explicit overrides in the metadata.
  • Minor improvements to the low-level metadata table editor.
  • Improve dependency assembly resolution for cases where .NET Core/.NET 5+ or .NET Framework 2.0 might not be installed.
  • Improve performance of members overridden by analyzers.
  • Prevent the dependency assembly resolver from performing IO calls on assembly references with invalid file names.
  • Minor improvements to the member analyzer to reduce false positives.
  • Fixed some null reference errors that could occur when deleting a member or type that was still referenced in a module.
  • Improve assembly resolution performance when the module list is frozen (this is a backend change, no behavioral changes will be observable)
  • Updated Chinese translations.
  • Debugger:
    • Fixed some cases where expressions generated for the expression evaluator were missing parenthesis leading to errors.
    • Improve formatting of multi-dimensional array types in the local, watch, and autos windows.
    • Extend the breakpoint filter expression evaluator to allow for more complicated expressions.
    • Fixed a bug that caused the Raw Locals view to fail when the assembly referenced multiple core libraries.
    • Improve handling of dynamic types in Raw Locals display mode.
    • Extend support for attaching to Unity processes (by @rigdern)
    • Gracefully handle the case when the CorDebug IMetaDataImport interface cannot be obtained for a given module.
    • Improve the accuracy of the Break on entry point and break on module constructor feature for single file bundle debugging.
  • ILSpy Decompiler:
    • Usual round of optimizations and performance improvements.
    • Fixed incorrect methodof decompilation for ldtoken of a method.
    • Corrected expected prefixes on call and ldftn instructions.
    • Improve ambiguous type name analysis to include namespace names as ambiguous identifiers.
    • Improve IL disassembler display of function pointer types.
    • Improve decompilation of array access through special methods defined on array signatures.
  • BAML decompiler:
    • Improve decompilation and detection of BAML connection ID mappings found in method bodies.
    • Improve behavior when member and type references cannot be resolved to the declaring definitions due to missing dependencies.
    • Added support for specially declared BAML attributes - xml:lang and xml:space are now properly decompiled on all occasions.
    • Avoid outputting invalid identifier characters by ensuring all identifiers are escaped before being written to the output.
    • Fixed a crash in the BAML decompiler which could occur when assembly references were missing.

Dependency updates:

  • Updated dnlib to 4.4.0
  • Updated Iced to 1.21.0
  • Updated Rosyn compiler to 4.8.0
  • Updated VS MEF to 17.7.26
  • Updated NuGet.Configuration to 6.8.0
  • Updated dbgshim.dll component to the .NET 8 version

New Contributors

Full Changelog: v6.4.1...v6.5.0

Thanks to everyone for reporting issues, opening pull requests, and supporting the project through other means! This release would not have been possible otherwise :P A special thanks goes out to all my current and past GitHub Sponsors for supporting this project and me working on it!

SHA-256 hashes:
dnSpy-net-win32.zip: acb63b4e3ea68e1931497ca74897176e712731e3840c73dfc8c1b9986fb240ab
dnSpy-net-win64.zip: 43d68dcfe37c441b7fbd46f032a7e8e94f198d83df3578fb316e58bd1c8f0595
dnSpy-netframework.zip: 5962e3cca902e650c61050e2a879af58b78eec91288b7a7b77a7bc761424a0ed

v6.5.0-rc3

25 Jan 17:36
4e3c54d
Compare
Choose a tag to compare
v6.5.0-rc3 Pre-release
Pre-release

Changes since v6.5.0-rc2

  • Updated Iced to 1.21.0
  • Further improvements to the break on module constructor/entry point for assemblies loaded by native loaders utilizing CLR hosting.

Full Changelog: v6.5.0-rc2...v6.5.0-rc3

v6.5.0-rc2

19 Jan 18:29
d98de37
Compare
Choose a tag to compare
v6.5.0-rc2 Pre-release
Pre-release

Changes since v6.5.0-rc1

  • Updated dnlib to 4.4.0
  • Updated Chinese translations
  • Improve update notification behavior for release candidate builds
  • Fixed a crash in the BAML decompiler which could occur when assembly references were missing

New Contributors

Full Changelog: v6.5.0-rc1...v6.5.0-rc2

v.6.5.0-rc1

08 Jan 21:45
e6c047e
Compare
Choose a tag to compare
v.6.5.0-rc1 Pre-release
Pre-release

New features:

  • dnSpy now runs on .NET 8 and .NET Framework 4.8, this means that if you are on an OS older than Windows 10 you must use the .NET Framework version. It is strongly recommended to update to a newer OS in that case to ensure that future updates are made available for you too.
  • dnSpy now handles TypeRef rows with a ResolutionScope of 0 in the same way as the CLR rather than following the ECMA specification.
  • The low-level metadata editor is now aware of the implications of the #JTD metadata stream being present.
  • Enable Windows targetting in project files to allow compiling on other platforms (Note: dnSpy will still only run on Windows due to the WPF dependency)
  • Added binding redirects for various common assemblies with frequent version bumps to make extensions compiled for older versions load more seamlessly.
  • Added support for new resource serialization formats added as part of System.Resources.Extensions
  • Added a new, opt-out, update checker which runs on startup and will display an update notification in a new information bar component.
  • C# Interactive now references additional libraries giving access to newer features like Span<T> or immutable collections.
  • Enabled Server and concurrent GC as well as RDP hardware acceleration in the .NET 8 builds
  • ILSpy Decompiler:
    • Added support for C# ref types to the decompiler - ref types are now correctly decompiled into the proper C# syntax instead of being decompiled into pointer types.
    • Added support for C# function pointers to the decompiler - Function pointers are now correctly represented using the C# syntax rather than simple types of name method
  • Debugger
    • The debugger now supports displaying tuple element names, dynamic types, and native integer types defined in custom attributes.
    • The debugger expression evaluator now includes support for tuple element names and dynamic types.
    • Debugger tool windows now use the correct C# 9 function pointer syntax as well as the correct ref type syntax.
    • Display a message dialog when valid metadata cannot be obtained when executing the Open module from memory command.
    • Added an additional option to the .NET Framework start debugging dialog to override the CLR version to use for debugging purposes. This can be helpful for files that use obfuscated native loaders when dnSpy can't automatically detect the correct CLR version.

Improvements and bug fixes:

  • Fixed loading XML documentation for System.Private.CoreLib.dll.
  • Improve the method overridden by analyzer to take into account explicit overrides in the metadata.
  • Minor improvements to the low-level metadata table editor.
  • Improve dependency assembly resolution for cases where .NET Core/.NET 5+ or .NET Framework 2.0 might not be installed.
  • Improve performance of members overridden by analyzers.
  • Prevent the dependency assembly resolver from performing IO calls on assembly references with invalid file names.
  • Minor improvements to the member analyzer to reduce false positives.
  • Fixed some null reference errors that could occur when deleting a member or type that was still referenced in a module.
  • Improve assembly resolution performance when the module list is frozen (this is a backend change, no behavioral changes will be observable)
  • Debugger:
    • Fixed some cases where expressions generated for the expression evaluator were missing parenthesis leading to errors.
    • Improve formatting of multi-dimensional array types in the local, watch, and autos windows.
    • Extend the breakpoint filter expression evaluator to allow for more complicated expressions.
    • Fixed a bug that caused the Raw Locals view to fail when the assembly referenced multiple core libraries.
    • Improve handling of dynamic types in Raw Locals display mode.
    • Extend support for attaching to Unity processes (by @rigdern)
    • Gracefully handle the case when the CorDebug IMetaDataImport interface cannot be obtained for a given module.
    • Improve the accuracy of the Break on entry point and break on module constructor feature for single file bundle debugging.
  • ILSpy Decompiler:
    • Usual round of optimizations and performance improvements.
    • Fixed incorrect methodof decompilation for ldtoken of a method.
    • Corrected expected prefixes on call and ldftn instructions.
    • Improve ambiguous type name analysis to include namespace names as ambiguous identifiers.
    • Improve IL disassembler display of function pointer types.
    • Improve decompilation of array access through special methods defined on array signatures.
  • BAML decompiler:
    • Improve decompilation and detection of BAML connection ID mappings found in method bodies.
    • Improve behavior when member and type references cannot be resolved to the declaring definitions due to missing dependencies.
    • Added support for specially declared BAML attributes - xml:lang and xml:space are now properly decompiled on all occasions.
    • Avoid outputting invalid identifier characters by ensuring all identifiers are escaped before being written to the output.

Dependency updates:

  • Updated dnlib to 4.3.0
  • Updated Iced to 1.20.0
  • Updated Rosyn compiler to 4.8.0
  • Updated VS MEF to 17.7.26
  • Updated NuGet.Configuration to 6.8.0
  • Updated dbgshim.dll component to the .NET 8 version

New Contributors

Full Changelog: v6.4.1...v6.5.0-rc1

v6.4.1

08 Sep 17:58
6686866
Compare
Choose a tag to compare

CRITICAL SECURITY WARNING

This release of dnSpyEx addresses a recently discovered critical security concern involving arbitrary code execution. All users are recommended to update to this new version to remain safe and secure while using dnSpyEx. No functional or behavioral changes are included in this release.

For more information see https://blog.washi.dev/posts/popping-calcs-in-dnspy/

Thanks to @Elliesaur and @Washi1337 for informing me about this critical security concern.

Note for users of CI builds from the master branch:

Builds compiled after commit 63722fd are safe. If you are unsure how to check when your build was compiled, it is recommended to update to the latest CI build.

v6.4.0

13 Jun 18:42
ac0564b
Compare
Choose a tag to compare

CRITICAL SECURITY WARNING

This release of dnSpyEx addresses the many newfound vulnerabilities in .NET 6. Updating is highly recommended!
See https://github.com/dotnet/announcements/issues issues 250 and 252-261
image

New features:

  • All distributions of dnSpyEx now support resolving Windows shortcut files (*.lnk) when they are dragged onto the assembly explorer.
  • Extended the export to project feature by adding support for unpacking multi-element resources back to .resx source files
  • Introduce two additional options to the Save Module dialog. (AddMvidSection and ForceBigColumns)
  • Added a new menu command to copy the full name of any metadata member.
  • Add support for horizontal scrolling with the shift key in the text and hex editors.
  • Add support for multiline copy and paste to the text editor.
  • Added support for .url shortcut files and modified the code to recursively resolve shortcuts until a target file is reached.
  • ILSpy Decompiler:
    • Display custom attributes defined on interface implementations in the IL disassembly
    • Add IL with C# decompiler language which annotates the IL disassembly with comments showing the higher level C# statements above the IL code responsible for them.
    • Show field initial value for simple primitive types in a comment located above the field declaration.
    • Added a new decompiler option to disable the insertion of unnecessary parenthesis.
  • Reworked BAML disassembler:
    • Heavily improved syntax highlighting and other editor features like indent guides and brace pair highlighting.
    • Add local jump to reference for BAML attribute, type, etc. declaration records.
    • Add support for dnSpy's number tooltips in the disassembler.
    • Introduce tooltips for type, assembly, property, and resource references.
    • Improved performance and memory efficiency.

Improvements and bug fixes:

  • Fixed regular non-publish .NET 6 debug and release dnSpy builds, they no longer crash on startup and now also use the correct x86 icon when applicable.
  • Fixed a commonly occurring NullReferenceException when editing event definitions using the assembly editor component.
  • Improved Chinese translation by @Wenveo
  • Fixed incorrect handling of __arglist parameter in the Edit in C#/Edit in VB options.
  • Fix incorrect display of VarArg and NativeVarArg in the signature editing dialog.
  • Properly handle Unmanaged calling convention across the dnSpyEx code base.
  • Fixed incorrect escaping behavior when displaying strings found in embedded resources.
  • Refresh search results when the scope of the search operation is changed (e.g. a different file is selected and the search mode is set to the selected file)
  • Fixed C# and VB tooltips for types with uninstantiated generic parameter signatures.
  • Escape Hangul Filler characters and other similar whitespace characters that were previously not escaped across the dnSpyEx UI.
  • Use reference assemblies for the compiler in the Edit in C#/Edit in VB options to fix issues with incorrect assembly references being emitted when editing .NET Standard or .NET Core assemblies.
  • Added a workaround for a bug in WPF WindowChromeWorker that caused OverflowException to be thrown for invalid hittest window messages.
  • Correctly set the available options based on the window state in the Windows Alt + Space menu.
  • Improved .NET Standard assembly resolution to prioritize exact version match over the latest available version.
  • Fixed a bug that resulted in the ability of the user to infinitely scroll horizontally.
  • Fix an issue in the new RESX writer which resulted in incorrectly generated RESX for resources with user serialized types.
  • ILSpy Decompiler:
    • Fixed multiple NRE's that occurred when decompiling heavily obfuscated property metadata.
    • Fixed an issue that caused incorrect dynamic types to be introduced for method parameters.
    • Improved type inference for calli instructions as well as stores to readonly auto-properties.
    • Fixed several issues relating to the decompilation of member names containing a . character.
    • Display custom attributes in the same order that they appear in metadata by default.
    • Improved performance and memory efficiency.
  • Debugger:
    • Fixed certain expressions in the Watch and Locals window being incorrectly syntax highlighted.
    • Fixed a bug that prevented the Show Raw Locals option from working when the Roslyn EE failed to initialize due to invalid metadata.
    • Fixed a bug that prevented the DebuggerDisplayAttribute evaluator from working as intended.
    • Several improvements to the built-in IL interpreter and function evaluator aimed at improving performance and accuracy.
    • Fixed type name parsing issues which lead to the debugger incorrectly resolving custom attributes, security declarations, and some marshal blobs.
    • Improve the Show in memory command for objects in the locals and watch windows.
    • Improve the display of method names in the Call stack window. __arglist, dynamic, nint, nuint and tuple element names are now properly displayed.
    • Added an anti-anti-debug option to prevent the malicious use of NtRaiseHardError to trigger kernel faults (blue screens of death).
    • Added an anti-anti-debug option to prevent the detection of the debugger using a call to CloseHandle with an invalid handle.
    • Update Roslyn debugger intrinsic handling to match what is expected by Roslyn 4.6.0
    • CorDebug:
      • Improved loading of dynamic modules (fixed issues with thread safety and added code to fetch more metadata from the CorDebug API)
      • Fallback to COM-based metadata reading when the in-memory metadata is corrupted (e.g. anti-dumping protection)
      • Display COM error code when the debugger fails to start.
      • Made the timeout for CoreCLR debugger initialization configurable.
      • Display the HRESULT when attaching the CoreCLR debugger fails.
      • Improve support for debugging of single file bundle files which do not contain the required debugging components by trying to load them from the locally installed .NET installations.
    • Mono:
      • Improved loading of obfuscated modules when debugging
      • Fixed several issues related to the resolution of method definitions on newer debugger protocol versions
      • Fixed an unhandled AggregateException when connecting to a Unity debuggee (by @UlyssesWu).
      • Display the IP and port used to connect to the debuggee in the output window.
      • Improve loading of metadata from in-memory modules.
  • BAML decompiler:
    • Fixed resolution of PresentationFramework when it was referenced using its special ID 0xFFFF.
    • Lazily resolve known XAML types, properties, and other members to increase performance.
    • Improve extraction of BAML connection ID information to work without all dependency assemblies and in other edge cases.
    • Fixed an issue that resulted in dnSpy introducing markup extensions in cases where they were not syntactically valid.
    • Properly place markup extension arguments containing spaces in single quotes.
    • Fix issues regarding incorrect or missing escaping from markup extensions.
    • Fixed crashes caused by the UI's WPF markup extension parser when it encountered invalid syntax.
    • Fix a bug that caused XAML paths to lack a Z character at the end.
    • Improved support for markup extensions where their classes inherit from generic classes.
    • Improved support for nested types within XAML markup extensions.

Dependency updates:

  • Updated Rosyn compiler to 4.6.0
  • Updated VS MEF to 17.6.17
  • Updated Newtonsoft.Json to 13.0.3
  • Updated Iced to 1.19.0

New Contributors

Full Changelog: v6.3.0...v6.4.0

Thanks to everyone for reporting issues, opening pull requests, and supporting the project through other means! This release would not have been possible otherwise :P A special thanks goes out to all my current and past GitHub Sponsors for supporting this project and me working on it!

v6.4.0-rc2

08 Jun 08:02
4bd3d47
Compare
Choose a tag to compare
v6.4.0-rc2 Pre-release
Pre-release

Changes since v6.4.0-rc1

  • Updated Iced to 1.19.0
  • Fix an issue in the new RESX writer which resulted in incorrectly generated RESX for resources with user serialized types.
  • Added support for .url shortcut files and modified the code to recursively resolve shortcuts until a target file is reached.
  • Update Roslyn debugger intrinsic handling to match what is expected by Roslyn 4.6.0

New Contributors

Full Changelog: v6.4.0-rc1...v6.4.0-rc2

v6.4.0-rc1

01 Jun 18:17
d888737
Compare
Choose a tag to compare
v6.4.0-rc1 Pre-release
Pre-release

This is the first release candidate for the next version of dnSpyEx. As with any release candidate, if you encounter any issues please report them, especially if they were not present in the prior versions!

New features:

  • All distributions of dnSpyEx now support resolving Windows shortcut files (*.lnk) when they are dragged onto the assembly explorer.
  • Extended the export to project feature by adding support for unpacking multi-element resources back to .resx source files
  • Introduce two additional options to the Save Module dialog. (AddMvidSection and ForceBigColumns)
  • Added a new menu command to copy the full name of any metadata member.
  • Add support for horizontal scrolling with the shift key in the text and hex editors.
  • Add support for multiline copy and paste to the text editor.
  • ILSpy Decompiler:
    • Display custom attributes defined on interface implementations in the IL disassembly
    • Add IL with C# decompiler language which annotates the IL disassembly with comments showing the higher level C# statements above the IL code responsible for them.
    • Show field initial value for simple primitive types in a comment located above the field declaration.
    • Added a new decompiler option to disable the insertion of unnecessary parenthesis.
  • Reworked BAML disassembler:
    • Heavily improved syntax highlighting and other editor features like indent guides and brace pair highlighting.
    • Add local jump to reference for BAML attribute, type, etc. declaration records.
    • Add support for dnSpy's number tooltips in the disassembler.
    • Introduce tooltips for type, assembly, property, and resource references.
    • Improved performance and memory efficiency.

Improvements and bug fixes:

  • Fixed regular non-publish .NET 6 debug and release dnSpy builds, they no longer crash on startup and now also use the correct x86 icon when applicable.
  • Fixed a commonly occurring NullReferenceException when editing event definitions using the assembly editor component.
  • Improved Chinese translation by @Wenveo
  • Fixed incorrect handling of __arglist parameter in the Edit in C#/Edit in VB options.
  • Fix incorrect display of VarArg and NativeVarArg in the signature editing dialog.
  • Properly handle Unmanaged calling convention across the dnSpyEx code base.
  • Fixed incorrect escaping behavior when displaying strings found in embedded resources.
  • Refresh search results when the scope of the search operation is changed (e.g. a different file is selected and the search mode is set to the selected file)
  • Fixed C# and VB tooltips for types with uninstantiated generic parameter signatures.
  • Escape Hangul Filler characters and other similar whitespace characters that were previously not escaped across the dnSpyEx UI.
  • Use reference assemblies for the compiler in the Edit in C#/Edit in VB options to fix issues with incorrect assembly references being emitted when editing .NET Standard or .NET Core assemblies.
  • Added a workaround for a bug in WPF WindowChromeWorker that caused OverflowException to be thrown for invalid hittest window messages.
  • Correctly set the available options based on the window state in the Windows Alt + Space menu.
  • Improved .NET Standard assembly resolution to prioritize exact version match over the latest available version.
  • Fixed a bug that resulted in the ability of the user to infinitely scroll horizontally.
  • ILSpy Decompiler:
    • Fixed multiple NRE's that occurred when decompiling heavily obfuscated property metadata.
    • Fixed an issue that caused incorrect dynamic types to be introduced for method parameters.
    • Improved type inference for calli instructions as well as stores to readonly auto-properties.
    • Fixed several issues relating to the decompilation of member names containing a . character.
    • Display custom attributes in the same order that they appear in metadata by default.
    • Improved performance and memory efficiency.
  • Debugger:
    • Fixed certain expressions in the Watch and Locals window being incorrectly syntax highlighted.
    • Fixed a bug that prevented the Show Raw Locals option from working when the Roslyn EE failed to initialize due to invalid metadata.
    • Fixed a bug that prevented the DebuggerDisplayAttribute evaluator from working as intended.
    • Several improvements to the built-in IL interpreter and function evaluator aimed at improving performance and accuracy.
    • Fixed type name parsing issues which lead to the debugger incorrectly resolving custom attributes, security declarations, and some marshal blobs.
    • Improve the Show in memory command for objects in the locals and watch windows.
    • Improve the display of method names in the Call stack window. __arglist, dynamic, nint, nuint and tuple element names are now properly displayed.
    • Added an anti-anti-debug option to prevent the malicious use of NtRaiseHardError to trigger kernel faults (blue screens of death).
    • Added an anti-anti-debug option to prevent the detection of the debugger using a call to CloseHandle with an invalid handle.
    • CorDebug:
      • Improved loading of dynamic modules (fixed issues with thread safety and added code to fetch more metadata from the CorDebug API)
      • Fallback to COM-based metadata reading when the in-memory metadata is corrupted (e.g. anti-dumping protection)
      • Display COM error code when the debugger fails to start.
      • Made the timeout for CoreCLR debugger initialization configurable.
      • Display the HRESULT when attaching the CoreCLR debugger fails.
      • Improve support for debugging of single file bundle files which do not contain the required debugging components by trying to load them from the locally installed .NET installations.
    • Mono:
      • Improved loading of obfuscated modules when debugging
      • Fixed several issues related to the resolution of method definitions on newer debugger protocol versions
      • Fixed an unhandled AggregateException when connecting to a Unity debuggee (by @UlyssesWu).
      • Display the IP and port used to connect to the debuggee in the output window.
      • Improve loading of metadata from in-memory modules.
  • BAML decompiler:
    • Fixed resolution of PresentationFramework when it was referenced using its special ID 0xFFFF.
    • Lazily resolve known XAML types, properties, and other members to increase performance.
    • Improve extraction of BAML connection ID information to work without all dependency assemblies and in other edge cases.
    • Fixed an issue that resulted in dnSpy introducing markup extensions in cases where they were not syntactically valid.
    • Properly place markup extension arguments containing spaces in single quotes.
    • Fix issues regarding incorrect or missing escaping from markup extensions.
    • Fixed crashes caused by the UI's WPF markup extension parser when it encountered invalid syntax.
    • Fix a bug that caused XAML paths to lack a Z character at the end.
    • Improved support for markup extensions where their classes inherit from generic classes.
    • Improved support for nested types within XAML markup extensions.

Dependency updates:

  • Updated Rosyn compiler to 4.6.0
  • Updated VS MEF to 17.6.17
  • Updated Newtonsoft.Json to 13.0.3

New Contributors

Full Changelog: v6.3.0...v6.4.0-rc1

Thanks to everyone for reporting issues, opening pull requests, and supporting the project through other means! This release would not have been possible otherwise :P A special thanks goes out to all my current and past GitHub Sponsors for supporting this project!

v6.3.0

20 Jan 18:00
cf6f153
Compare
Choose a tag to compare

dnSpyEx 6.3.0 brings many improvements to the already existing components in dnSpy as well as features an improved search component. Many bugs and issues caused by obfuscated or malformed binaries have been fixed. The debugger received quite a lot of improvements for both the CorDebug and Mono APIs to improve the debugging experience. The decompiler has also received quite a few changes to help fix crashes and incorrect decompiled code. This update is recommended for all users of dnSpy and dnSpyEx!

New features:

  • Improved Search tool window
    • Display member types in search results (return types, parameter types, etc.) to make it easier to locate the right member.
    • Tooltips on search results now contain more information, including full member signatures. If the result is located in a method body, the appropriate instruction is also included in the tooltip.
    • Literal and enum fields are now included in search results when searching for a constant.
    • Improved analysis of custom attributes. Previously arrays in custom attributes or boxed custom attributes were not searched, now they are.
    • Added an option to disable searching compiler-generated members.
    • Added support for searching DateTime resources when searching for constants.
    • Reduced heap allocations that occurred during the search process.
    • Include properties with literal constants in search results when searching for constants.
    • Refresh search results when a member was modified or deleted.
  • Added a command under the File menu to close all framework and system assemblies (by @mitchcapper).
  • Added a new context menu command for methods to replace their body with one which returns a default value and initializes all out parameters.
  • Added support for exporting projects in the new SDK format in the form of a toggle in the project export dialog.
  • Added additional toggles to the metadata writer options screen.
  • Added support for .NET 7 assembly resolution.
  • Added Vietnamese translations.
  • Added an update checker to the About screen.
  • Added support for displaying structure information for V1 multifile resources in the hex viewer.
  • ILSpy decompiler:
    • Add an option to the decompiler settings to decompile calli instructions to invocation expressions. (co-authored by @cnsheds)
    • Add MethodCodeType field to [MethodImplOptions] attribute if necessary
  • Debugger:
    • Add a new Static Fields tool window which displays and allows editing of values of all static fields available in the current context.
    • Add support for GetObjectValueAtAddress Roslyn expression compiler intrinsic. It is now possible to enter expressions like @0x12345678 to retrieve an object at a specific memory address. Due to debugger API limitations, this is only available when utilizing the CorDebug API (.NET Framework, .NET Core, .NET 5/6/7/etc.)
    • CorDebug:
      • Add support for Just My Code debugging including an option to disable stepping into system modules and an option to avoid stepping into code outside the primary module.
    • Mono/Unity:
      • Mono debugger API version of the debuggee is now written to the Output window when debugging is initiated.
      • Add support for dereferencing pointers in the Locals, Watch, etc. tool windows when using newer Mono debugger API versions.

Improvements and bug fixes:

  • Added more links to the Help menu.
  • Added support for displaying special C# types like nint, nuint, and dynamic in tooltips. Tuple element names are now also included.
  • Added support for loading XMLDoc for .NET Core framework assemblies.
  • Extended XMLDoc parser and analyzer to support documentation files generated by the MSVC compiler.
  • Properly display the __arglist method parameter across the dnSpy UI.
  • Properly update MethodSemanticsAttributes in the AsmEditor component.
  • Fixed various bugs in the EventFiredBy analyzer.
  • Fixed some bugs relating to parsing custom attributes.
  • Improved detection of member obsolescence when displaying tooltips.
  • Added support for displaying init property accessors in tooltips.
  • Fixed an analyzer crash caused by invalid type attributes generated by obfuscators.
  • Fixed a jump to reference issue in the entry point comment added when decompiling a module node
  • ILSpy decompiler:
    • Fixed array initializer detection for enum arrays where the enum was located in a different module.
    • Fixed syntax highlighting color for preprocessor directives.
    • Fixed and improved delegate construction detection (co-authored by @mobile46).
    • Fixed decompiler not removing unnecessary parameter names in anonymous functions leading to compiler errors.
    • Improve debug info generation for inlined finally methods in yield return state machines.
    • Improve performance and reduced heap allocations in the decompiler and IL disassembler.
    • Extended type analysis for switch, throw, and ckfinite OpCodes.
    • Fixed a crash that occurred when the HandlerStart property of an exception handler was null (by @mobile46).
    • Fixed setting incorrect brace annotations for switch case blocks.
    • Extended support for methods utilizing the __arglist parameter.
    • Improved jump-to-reference navigation in the IL disassembler.
    • Improved ambiguous type name analysis.
    • Fixed a missing space not being added before the new() generic parameter constraint.
    • Fixed a rare bug that occurred when decompiling obfuscated exception handler filter blocks.
    • Fixed incorrect placement of the [Optional] attribute on a parameter with a decimal constant.
    • Fixed a nasty indentation bug in the C# decompiler leading to broken indentation of long property/method call chains
    • Improved decompilation of nested generic types for obfuscated assemblies where the type name does not contain generic argument count
  • Debugger:
    • Fix a potential exception when searching a dynamic module (by @mitchcapper).
    • Improved debugger evaluation correctness and accuracy.
    • Fix timing issues in debugger thread dispatchers.
    • Display a warning message when detaching the debugger will lead to process termination.
    • Fix Locals windows failing to display locals when debugging a module with an invalid MVID.
    • Child nodes should not be displayed for values of types IntPtr and UIntPtr.
    • Fix the architecture incompatibility warning for files targeting .NET Framework 1.x but being executed on CLR version 2.
    • CorDebug:
      • Improve suppression of NGEN image loading leading to a better debugging experience for modules present in the GAC.
      • Introduce a workaround for a .NET 6.0 bug that occurred when a debugger was attached to a process that utilized dynamic modules. (by @josegomez)
      • Use the CorDebug API directly to read thread and exception information to avoid issues with certain anti-dumping techniques.
      • Improve debugging support for legacy .NET Framework versions.
    • Mono/Unity:
      • Improved dynamic module detection and metadata fetching for newer Mono debugger API versions.
      • Fix computation of OffsetToStringData value resulting in improved evaluation accuracy and fixed Show in Memory command result.
      • Improved and optimized computation of OffsetToArrayData, it should now work smoother on newer Mono debugger API versions.
      • Use MDToken-based resolution for types and methods when possible on newer Mono debugger API versions.
      • Improve the result of the Show in Memory command for objects on newer Mono debugger API versions.
  • BAML decompiler:
    • Improved analysis of BAML connection IDs.
    • Fixed incorrect decompilation of readonly properties in XAML code.
    • Fixed a crash resulting from unescaped member identifiers.

Dependency updates:

  • Updated dnlib to 3.6.0
  • Updated Iced to 1.18.0
  • Roslyn compiler to 4.4.0
  • VS MEF to 17.2.41

New Contributors:

Full Changelog: v6.2.0...v6.3.0

Thanks to everyone for reporting issues, opening pull requests, and supporting the project through other means! This release would not have been possible otherwise :P

Note to extension developers: Please recompile your extensions for this version of dnSpyEx! Many dependencies and minor API changes have been made in the codebase!

v6.3.0-rc3

14 Jan 12:07
e10eefc
Compare
Choose a tag to compare
v6.3.0-rc3 Pre-release
Pre-release

The final release candidate build of dnSpyEx 6.3.0, unless issues are observed.

Changes since v6.3.0-rc2

  • Fixed a nasty indentation bug in the C# decompiler leading to broken indentation of long property/method call chains
  • Improved decompilation of nested generic types for obfuscated assemblies where the type name does not contain generic argument count.
  • Fixed a jump to reference issue in the entry point comment added when decompiling a module node.

Full Changelog: v6.3.0-rc2...v6.3.0-rc3