Skip to content

Milestone Preview: 2022.1.0 #11

Pre-release
Pre-release
Compare
Choose a tag to compare
@SamboyCoding SamboyCoding released this 04 Feb 19:10
· 159 commits to development since this release

All projects

  • Dependency updates, including to .NET 7

Cpp2IL Command-line

  • The single-file executables are now built using .NET 7

Cpp2IL Core

  • Call analysis improvements (#165, thanks @ds5678!)
  • Fixed custom attribute blobs in dummydll output format (#172, thanks @ds5678!)
  • MethodAnalysisContext improvements (#182, thanks @ds5678!)
  • Some ISIL updates and refactoring, again thanks to @ds5678
  • Avoid a crash on invalid method pointers
  • Improved IL in dummy dll methods bodies (thanks @ds5678!)
  • Ensured that the __Generated DummyDLL has the .dll extension, which it previously didn't.

Standalone/single-file binaries have been removed because the net7 port broke them, they'll be back in the next release.