mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-09 17:19:26 +00:00
Fix concatenation error for hyperkd string on the hypertrace project
This commit is contained in:
parent
2b818a5116
commit
2b0cc18899
2 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -362,7 +362,7 @@ static const PWCH HV_FILES[] = {
|
|||
// HyperDbg Files
|
||||
//
|
||||
L"hyperhv",
|
||||
L"hyperkd"
|
||||
L"hyperkd",
|
||||
L"hyperlog",
|
||||
L"libhyperdbg",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue