JustDecompile Changelog

What's new in JustDecompile 2024.1.131.0

Jan 31, 2024
  • NEW:
  • Enhanced Installation Process: The installation process has been improved for better user experience.
  • No changes to JustDecompile.exe, v.2019.1.118.0 is installed
  • FIXED:
  • Removing of Unwanted Popup Window During Installation: We have addressed an issue where a console windows popup briefly appeared during installation. This fix ensures a distraction-free installation experience for users.
  • Remediated CVE-2024-0219

New in JustDecompile 2018.2.803.0 (Aug 6, 2018)

  • Fixed critical security issue with decompilation of embedded resources
  • startup crash introduced in previous version
  • Various bug fixes and improvements

New in JustDecompile 2018.2.605.0 (Jun 7, 2018)

  • Improved decompilation of implicit type casts
  • Improved assembly framework recognition
  • Improved navigation to compiler generated types and members

New in JustDecompile 2018.1.123.0 (Mar 27, 2018)

  • NEW:
  • Support for async methods compiled with Visual Studio 2017 (MsBuild 15.0)
  • FIXED:
  • Various bug fixes and improvements

New in JustDecompile 2018.1.117.0 (Mar 27, 2018)

  • NEW:
  • .NET Core Project Generation
  • Improved Recognition of various .NET Flavors
  • FIXED:
  • Failure to extract assembly resource does not crash project generation
  • Various bug fixes and improvements

New in JustDecompile 2017.2.706.0 (Dec 18, 2017)

  • NEW:
  • Added recognition for .NET Framework 4.6.2 and 4.7
  • Added recognition of assignment operators (+=, -=, *=, etc.)
  • FIXED:
  • Decompilation of ref locals in some corner cases
  • Improved performance of project/PDB generation
  • Command-line project generation now defaults to VS 2017
  • Improved recognition of increment/decrement operators

New in JustDecompile 2013.1.218 (Mar 27, 2013)

  • New:
  • The fastest decompilation among all .NET decompilers
  • Plugin manager
  • Ability to load x86/x64 .net framework assemblies
  • Fixes:
  • Major improvements in the decompilation engine in terms of speed and accuracy

New in JustDecompile 2012.2.905.0 (Sep 5, 2012)

  • Assembly editing:
  • Telerik has ported for JustDecompile, the well-known Assembly Editor, Reflexil. This Reflector plug-in provides users with the capability to manipulate .NET assemblies loaded in JustDecompile, one of the most voted for features on our UserVoice website.
  • Assembly deobfuscation
  • Reflexil includes de4dot – a deobfuscator for .NET. Using it you’ll be able to decompile obfuscated code.
  • Show assembly level attributes:
  • If you need to see the attributes of any .NET assembly, JustDecompile can help you. Just open the assembly with JustDecompile and click on it - we’ll load the attributes for you in the code viewer on the left.
  • C# 4.0 Full Support:
  • With the latest release we’ve added several features which complement JustDecompile C# 4.0 support
  • Support for covariance and contra variance in generics
  • Support for optional and named parameters
  • Support for decompiling dynamic keywords
  • Display variance on generic interface definition
  • Greatly Improved “Create Project” feature:
  • With the Q2 2012 release JustDecompile includes the assembly resources in the Microsoft Visual Studio projects it generates.
  • Assembly level attributes are also included now.
  • The project files now employ relative paths as requested by our users.
  • Improved XAML decompilation:
  • Even better quality of the decompiled XAML code than before. Much better handling of XAML assemblies in “Create project” feature.
  • Improved Assembly Resources Handling:
  • JustDecompile recognizes most of the popular resource types now and a great variety of resources can be viewed directly in JustDecompile.
  • Improved Missing References Handling:
  • JustDecompile shows which references assemblies it was not able to locate. Ambiguous code resulting from JustDecompile not being able to locate a reference assembly is also marked.

New in JustDecompile 2012.1.214.2 (Feb 18, 2012)

  • Decompilation Engine:
  • With the official release of JustDecompile we are introducing a completely rebuilt and greatly improved decompilation engine. There is not much to say except to try it for yourself with the assembly you need to decompile. This can be combined with the Create Project functionality and you will be able to restore lost projects.
  • The Search Window:
  • There are many reasons why you would want to decompile an assembly with Telerik JustDecompile. Perhaps you’re curious about the inner workings of a particular reference, or maybe you’re looking for interesting techniques. But when you’re trying to solve an issue, you need to be able to quickly find what’s going wrong. Clues can range from a particular method call to an exception message. JustDecompile users requested a more robust method of searching on JustDecompile User Voice and we responded. The new search window is accessible through the common shortcut for the find dialog: ctrl+f.

New in JustDecompile 2011.1.708.3 Beta 2 (Jul 13, 2011)

  • New:
  • Added assembly version in the Referenced assembly nodes. They are now sorted by name.
  • Added ability to sort referenced assemblies.
  • Added visual marker for non public types.
  • Added ability to sort resources in the resource view.
  • Enhancements:
  • Performance and memory improvements.
  • Various fixes.

New in JustDecompile 2011.1.617.7 Beta (Jun 21, 2011)

  • New:
  • Refresh assemblies automatically
  • Enhancements:
  • Improved code structure
  • Codeviewer navigation fixes
  • Fix: statement render outside of try-catch
  • Fix: Rendering issue of yield statement for certain enumerable type
  • Lot's of other fixes

New in JustDecompile 2011.1.516.2 Beta (May 31, 2011)

  • New:
  • VB.NET support
  • Extract resources from assemblies
  • Improved UI (taking less vertical space)
  • Enhancements:
  • MSI Installation enhancements
  • Improved decompiled code (lock statements, generics, yield statements, etc.)
  • Performance and memory optimizations for types with lots of members