What's Changed
- Improvements
- ARM64 fixes
- Work-around an issue in Arm64 (and Arm64EC) in which LR and FP registers may become zeroed when CONTEXT_CONTROL is used without CONTEXT_INTEGER (sync microsoft/Detours#313)
- Fix
detour_does_code_end_functionfor ARM64 by @m417z in #20
- API changes
- Code improvements
New Contributors
Many thanks to @m417z for his significant contributions!
NT5 Compatibility Notice
- Starting from this release, SlimDetours targets to NT6 by default. You could build NT5 compatible binary manually by specifying
_WIN32_WINNTmacro on compiling-time.
NuGet Package: https://www.nuget.org/packages/KNSoft.SlimDetours/1.1.3-beta
Full Changelog: v1.1.2-beta...v1.1.3-beta