diff options
author | iximeow <me@iximeow.net> | 2020-08-13 00:31:22 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-08-13 00:31:22 -0700 |
commit | e5c1d6a7d8c8ac295c45033b1c713a44f18e8526 (patch) | |
tree | 98a15f07a4d46fef3bfaf213f493acba10a0fd4a | |
parent | f7449a21140c109567fa6c756dab2b1b0711a414 (diff) |
🥳 x86
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,8 +16,8 @@ there are numerous architectures for which decoders are implemented, at varying | architecture | library | decode | tests | benchmarks | note | | ------------ | ------- | ------ | ----- | ---------- | ---- | -| `x86_64` | yaxpeax-x86 | ⚠️| 🚧 | 🚧 | incomplete operand decoding, may incorrectly accept long instructions | -| `x86:32` | yaxpeax-x86 | ❓ | ❓ | ❓ | see `yaxpeax-x86`'s module, `protected_mode`. incomplete opcode support, may incorrectly accept long instructions | +| `x86_64` | yaxpeax-x86 | 🥳 | 🥳 | 🚧 | avx2, avx512, and some newer extensions unsupported | +| `x86:32` | yaxpeax-x86 | 🥳 | 🥳 | ❓ | avx2, avx512, and some newer extensions unsupported | | `x86:16` | yaxpeax-x86 | ❓ | ❓ | ❓ | should share most but not all implementation with `x86:32` | | `armv7` | yaxpeax-arm | 🚧 | 🚧 | ❓ | | | `armv8` | yaxpeax-arm | 🚧 | 🚧 | ❓ | | @@ -32,7 +32,7 @@ there are numerous architectures for which decoders are implemented, at varying the canonical copy of `yaxpeax-arch` is at [https://git.iximeow.net/yaxpeax-arch](https://git.iximeow.net/yaxpeax-arch). -`yaxpeax-arch` is also mirrored on GitHub at [https://www.github.com/iximeow/yaxpeax-x86](https://www.github.com/iximeow/yaxpeax-arch). +`yaxpeax-arch` is also mirrored on GitHub at [https://www.github.com/iximeow/yaxpeax-arch](https://www.github.com/iximeow/yaxpeax-arch). ### ! user beware ! these interfaces will almost certainly move and change. the version number is `0.0.4` and i mean it with every fiber of my being. |