Releases: cursey/safetyhook
Releases · cursey/safetyhook
v0.4.1
v0.4.0
What's Changed
- Feature/Boost.UT unittests by @cursey in #57
- Feature/Refactor examples by @cursey in #58
- Feature/VMT hook example by @cursey in #59
- Fix/Build test conditionally by @cursey in #60
- Feature/Cleanup preprocessor usage by @cursey in #61
- Feature/Linux support by @cursey in #62
- Add support for consumption by projects that use C++ modules by @netadr in #65
- Fix/Add missing SetThreadContext by @cursey in #67
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.2
v0.2.1
v0.2.0
What's Changed
- Add a function to retrieve the original target bytes. by @angelfor3v3r in #42
- Use lowercase windows.h for building on Linux with MinGW by @aixxe in #44
- Feat/MidHook original RSP capture by @cursey in #47
New Contributors
Full Changelog: v0.1.3...v0.2.0
v0.1.3
v0.1.2
v0.1.1
Build: Fix disabling Zydis options for SAFETYHOOK_FETCH_ZYDIS (#32)
v0.1.0
ThreadFreezer: Fix an exception that could occur with NtGetNextThread…