From e21703dbd5498d9114ff2354ddd30b8a11cfe47d Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 4 Jul 2021 18:52:26 -0700 Subject: remove stale `! user beware !` line from readme --- README.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0a65ded..21d7769 100644 --- a/README.md +++ b/README.md @@ -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 `::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. -- cgit v1.1