New
v22.03.23.04
Utils
- Add
ReflectionHelper.IsMonoandIsCore, check forMono.RuntimeStructs(modern mono). - Make
DynDllact as a shim forNativeLibraryon .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).
ICorJitCompilercompileMethodswitched fromStdCalltoThisCallfor 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