Skip to content

v22.03.23.04

Compare
Choose a tag to compare
@0x0ade-bot 0x0ade-bot released this 23 Mar 23:28
· 13 commits to master since this release
5833f30

Utils

  • Add ReflectionHelper.IsMono and IsCore, check for Mono.RuntimeStructs (modern mono).
  • Make DynDll act as a shim for NativeLibrary on .NET Core.
  • Fix reflection cache fixer on .NET Framework 3.5.

RuntimeDetour

  • Implement initial precode walking for arm64 (Thanks, @kevzhao2!).
  • Fix compatibility with Windows x86 .NET 6.0 (x64 worked fine).
    • ICorJitCompiler compileMethod switched from StdCall to ThisCall for this specific version of the .NET runtime despite no changes to the function definition, presumably due to minor compile-time differences.

NuGet: Patcher | Utils | RuntimeDetour | HookGen
Azure DevOps Pipelines: Build | Release