Fix concatenation error for hyperkd string on the hypertrace project
Some checks failed
vs2026-ci / win-amd64-build (debug, x64) (push) Has been cancelled
vs2026-ci / win-amd64-build (release, x64) (push) Has been cancelled
vs2026-ci / Deploy release (push) Has been cancelled

This commit is contained in:
sina 2026-06-29 18:35:14 +02:00
parent 2b818a5116
commit 2b0cc18899
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,8 @@ New release of the HyperDbg Debugger.
- Separated SDK libraries for user mode and kernel mode modules ([link](https://github.com/HyperDbg/HyperDbg/commit/c17ebc09c4d199a642352e66feebb3159582196c))
- Added hypertrace, hyperevade, and hyperperf DLL files to SDK ([link](https://github.com/HyperDbg/HyperDbg/commit/c17ebc09c4d199a642352e66feebb3159582196c))
- Fix pool manager uninitialize list corruption ([link](https://github.com/HyperDbg/HyperDbg/pull/629))
- Fix 'access denied' error on loading all modules using 'load all' ([link](https://docs.hyperdbg.org/commands/debugging-commands/load))
- Fix 'access denied' error on loading all modules using 'load all' ([link](https://docs.hyperdbg.org/commands/debugging-commands/load))([link](https://github.com/HyperDbg/HyperDbg/commit/2b818a5116d80d466aab7b343d4aa9d1d640f082))
- Fix concatenation error for "hyperkd" string on the hypertrace project
## [0.20.0.0-beta] - 2026-06-21
New release of the HyperDbg Debugger.

View file

@ -362,7 +362,7 @@ static const PWCH HV_FILES[] = {
// HyperDbg Files
//
L"hyperhv",
L"hyperkd"
L"hyperkd",
L"hyperlog",
L"libhyperdbg",