aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-12 16:31:32 -0800
committeriximeow <me@iximeow.net>2020-01-12 16:31:32 -0800
commitd88c21cbe897aa251829e268a9ff80bd3186ec09 (patch)
tree4a0b38d4405190d2af0e501e35fc1f48cf25fad7
parent32aef4a12b0f0d9ad3ff66215ae00bb73865bc3e (diff)
forgot a line break
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 747a60d..e149b5e 100644
--- a/README.md
+++ b/README.md
@@ -28,4 +28,5 @@ the canonical copy of `yaxpeax-x86` is at [https://git.iximeow.net/yaxpeax-x86/]
### see also
[`iced`](https://github.com/0xd4d/iced) looks to be another very good `x86_64` decoder, with an in-progress [translation to rust](https://github.com/0xd4d/iced/tree/rust)
+
[`disas-bench`](https://github.com/athre0z/disas-bench), a handy benchmark of several `x86_64` decoders, easily extended to compare with `yaxpeax-x86` as well.