Releases: nektra/Deviare2
Releases · nektra/Deviare2
Deviare 2.8.3
Deviare 2.8.2
This release contains the compiled binaries for use in production.
Changes since last release
- Fixed compatibility issue with Windows 10 Anniversary Edition.
Deviare 2.8.1
This release contains the compiled binaries for use in production.
Deviare In-Proc engine was updated to the latest version. It includes many fixes. For details on these, please check the commit logs in its repository.
A brief summary follows:
- Several improvements to the injection routines.
- Fixed a memory leak that occurred under a specific race condition during injection.
- Fixed an issue where threads would get deadlocked after the parent process was injected.
Do note that x86 -> x64 process injection isn't supported by Deviare 2 yet.
Deviare 2.8.0
This release contains the compiled binaries for use in production.
Changes since last release
- Internal hooking engine is implemented by Deviare In-Proc now.
- Page write flag is now turned off after trampoline generation is complete.
- Fixed a minor issue in ISpyMgr::CallCustomApi that prevented correct behaviour when passing a null reference instead of a parameters object from managed code.
Deviare 2.7.6
This release contains the compiled binaries for use in production.
Changes since last release
- Fixed a bug that caused an injected application to crash when an internal error triggered an engine cleanup.
- Fixed build system for VC++ 2013+ compilers.
Deviare v2.7.5
Precompiled binaries ready for production.
Changes since v2.7.4
- Fixed compatibility issue with Windows 10 Preview.
- Removed call to SetThreadName because causing issues when Deviare is used while debugging a C#/Xaml application.