update fix changelog

This commit is contained in:
Sinaei 2023-07-24 20:06:06 +09:00
parent 3dad72f72f
commit 334db99546

View file

@ -13,6 +13,9 @@ New release of the HyperDbg Debugger.
### Changed
- The disassembler now warns if you mistakenly used the 'u' command over a 32-bit program ([link](https://github.com/HyperDbg/HyperDbg/commit/9d239ccdfd7901cad197a4b49327efbf322cd116))
- The debuggee won't load the VMM module if the debugger is not listening
- The debugger and the debuggee now perform a version/build check to prevent version mismatch
- fix the 'eb' command's parsing issue with '0xeb' hex bytes ([link](https://github.com/HyperDbg/HyperDbg/commit/b7dc237d7fd72b6f0130f86eb3b30f9f490917d6))
## [0.4.0.0] - 2023-07-18
New release of the HyperDbg Debugger.