diff --git a/CHANGELOG.md b/CHANGELOG.md index f16b0da3..cce5ffcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.