From 7c09cd975b9251f633a3adb0b6149ea98d3dcee7 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 2 Aug 2020 18:40:15 -0700 Subject: x87 support, plus several other missing instructions --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 3a24ffb..1362dff 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +## 0.0.15 + +* the `x87` instruction set is now fully supported + - textual disassembly differs slightly from other decoders in that + yaxpeax-x86 does not prefer using `st` in place of `st(0)` +* do not decode `into` in 64-bit mode +* support `vmread`, `vmwrite` +* support `iret`/`iretd`/`iretq` +* support `enter` +* support `maskmovq`, `movnti`, and `movntq` + - this brings full support to non-vex-coded x86 instructions + ## 0.0.14 * `netburst` supported `cmpxchg16b` from its first x86_64 incarnation. since no -- cgit v1.1