mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-09 17:19:26 +00:00
add hyperperf to version changer to fix CI CD and update changelog
This commit is contained in:
parent
e7cef36819
commit
b537e36696
2 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ New release of the HyperDbg Debugger.
|
|||
### Changed
|
||||
- Separated SDK libraries for user mode and kernel mode modules
|
||||
- Added hypertrace, hyperevade, and hyperperf DLL files to SDK
|
||||
- Fix pool manager uninit list corruption ([link](https://github.com/HyperDbg/HyperDbg/pull/629))
|
||||
|
||||
## [0.20.0.0-beta] - 2026-06-21
|
||||
New release of the HyperDbg Debugger.
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ TARGET_PROJECTS = [
|
|||
"hypertrace.vcxproj",
|
||||
"hyperlog.vcxproj",
|
||||
"hyperevade.vcxproj",
|
||||
"hyperperf.vcxproj",
|
||||
"kdserial.vcxproj",
|
||||
"hyperdbg_driver.vcxproj",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue