From 334db99546bd4ea0ab9efd629fc78e77e8f3224a Mon Sep 17 00:00:00 2001 From: Sinaei Date: Mon, 24 Jul 2023 20:06:06 +0900 Subject: [PATCH] update fix changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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.