Releases: m417z/minhook-detours
Releases · m417z/minhook-detours
v1.0.4
v1.0.3
MinHook-Detours updates:
- Added a workaround for shared ppOriginal, which makes MinHook-Detours more compatible with MinHook in this specific (unsupported) edge case.
SlimDetours updates:
v1.0.2
This version includes important SlimDetours fixes.
MinHook-Detours updates:
- Fixed
MH_ERROR_CALLBACKresult argument type. - Trampoline is now freed on hook removal or before another attach. It was previously freed on detach. Mitigates KNSoft/KNSoft.SlimDetours#12 and allows to prevent it completely.
SlimDetours updates:
- Updated KNSoft/KNSoft.SlimDetours#8
- Updated KNSoft/KNSoft.SlimDetours#9
- Updated KNSoft/KNSoft.SlimDetours#11
- Added KNSoft/KNSoft.SlimDetours#17
- Added KNSoft/KNSoft.SlimDetours#18
- Added KNSoft/KNSoft.SlimDetours#19
v1.0.1
SlimDetours updates:
- Updated KNSoft/KNSoft.SlimDetours#9
- Added KNSoft/KNSoft.SlimDetours#16