Highlights
- Added ARM64EC compatibility (#30), on ARM64 Windows:
- ARM64EC hook modules can hook both x64 and ARM64EC targets.
- x64 hook modules now return
HRESULT_FROM_NT(STATUS_NOT_SUPPORTED)for direct ARM64EC targets before modifying them.
- Improved instruction decoding and thunk handling, including Intel APX REX2, EVEX MAP4/MAP5, XBEGIN relocation, and ARM64 import branches.
NuGet Package: https://www.nuget.org/packages/KNSoft.SlimDetours/1.2.2-beta
Full Changelog: v1.2.1-beta...v1.2.2-beta