Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 18:39
· 102 commits to master since this release
fee7efa

NOTE

The project has been refactored and renamed from Il2CppUnhollower!
Most of the changes are breaking, so don't naïvely upgrade your plugins and packages!

Please refer to changelog below for more information. Note that old Il2CppUnhollower assemblies are still available, and the code can be found in legacy-unhollower branch.

Stable releases are now available via NuGet.org!

Changelog

New features

  • Generator: Add implicit conversions for primitives to il2cpp object (#51)
  • Runtime: Improve Cast and PointerToValueGeneric performance (#52)

Fixes

  • Generator: Fix crashes on x32 when xref pointers are "negative" (#53)
  • Runtime: Fix GenerateDelegateForMissingICall on coreclr