diff options
author | iximeow <me@iximeow.net> | 2021-07-04 18:52:26 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-04 18:52:26 -0700 |
commit | e21703dbd5498d9114ff2354ddd30b8a11cfe47d (patch) | |
tree | 35990a7d51ff7e1c295a900086a602ee030bfbb4 | |
parent | 03fa14970be8ac8eb2bf8d7a828ebe2ef61f84d1 (diff) |
remove stale `! user beware !` line from readme1.0.2
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 3 |
3 files changed, 4 insertions, 4 deletions
@@ -1,3 +1,6 @@ +## 1.0.2 +* remove a stale line from README + ## 1.0.1 * fix a broken docs link in README @@ -1,7 +1,7 @@ [package] name = "yaxpeax-x86" -version = "1.0.1" +version = "1.0.2" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" @@ -48,9 +48,6 @@ the canonical copy of `yaxpeax-x86` is at [https://git.iximeow.net/yaxpeax-x86/] `yaxpeax-x86` is also mirrored on GitHub at [https://www.github.com/iximeow/yaxpeax-x86](https://www.github.com/iximeow/yaxpeax-x86). -### ! user beware ! -* `yaxpeax-x86` will, but does not yet, have a decoder for real-mode `x86`. it is strongly recommended to use `<yaxpeax_x86::protected_mode::Arch as Arch>::Instruction` and similar type aliases, rather than using struct and operand types directly. user beware! - ### unsafety `yaxpeax_x86` makes regular use of `unsafe { unreachable_unchecked(); }` and occasional use of `unsafe { _.get_unchecked() }` for purely performance reasons. `yaxpeax_x86` is fuzzed via `mishegos` and has passed multiple days of fuzzing without issue. |