aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-08-02 18:40:15 -0700
committeriximeow <me@iximeow.net>2020-08-09 01:38:57 -0700
commit7c09cd975b9251f633a3adb0b6149ea98d3dcee7 (patch)
treeca4e65d84bc5e515adc653b7336e0d4f26a85de9 /CHANGELOG
parent2eebbc76c7185a21bc22e7b78db0e6cbc4bd3de2 (diff)
x87 support, plus several other missing instructions
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG12
1 files changed, 12 insertions, 0 deletions
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