Releases: KNSoft/KNSoft.SlimDetours
Releases · KNSoft/KNSoft.SlimDetours
v1.2.1-beta
This release has no functional changes, for fixing NuGet package mainly.
NuGet Package: https://www.nuget.org/packages/KNSoft.SlimDetours/1.2.1-beta
Full Changelog: v1.2.0-beta...v1.2.1-beta
v1.2.0-beta
What's Changed
Update notice
/* KNSoft.SlimDetours */
#include <KNSoft/SlimDetours/SlimDetours.h>
#pragma comment(lib, "KNSoft.SlimDetours.lib")
/* Microsoft Detours */
#include <KNSoft/SlimDetours/detours.h>
#pragma comment(lib, "Microsoft.Detours.lib")NuGet Package: https://www.nuget.org/packages/KNSoft.SlimDetours/1.2.0-beta
Full Changelog: v1.1.4-beta...v1.2.0-beta
v1.1.4-beta
What's Changed
- Free unused trampoline regions on abort and attach error by @m417z in #17
- Initialize before thread updating by @RatinCN in #24, fixed issue #23
NuGet Package: https://www.nuget.org/packages/KNSoft.SlimDetours/1.1.4-beta
Full Changelog: v1.1.3-beta...v1.1.4-beta
v1.1.3-beta
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
v1.1.2-beta
What's Changed
- 🔧 [SLIMDETOURS] Turn off LTCG for proper backward compatibility (#3 )
v1.1.1-beta
v1.1.0-beta
- Implement Function Table Hook (
SlimDetoursFuncTableHook[s]) and its derived COM Hook (SlimDetoursCOMHook[s]). - Small refactors to the original inline hook interfaces, e.g.
SlimDetoursSetHook(...) -> SlimDetoursInlineHook(TRUE, ...).
v1.0.2-beta
- Sync the latest Microsoft Detours
- Compatible with Windows Hotpatching
v1.0.1-beta
[VERSION] 1.0.1-beta
v1.0.0-beta
Initial release