diff options
author | iximeow <me@iximeow.net> | 2020-01-12 16:31:32 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 16:31:32 -0800 |
commit | d88c21cbe897aa251829e268a9ff80bd3186ec09 (patch) | |
tree | 4a0b38d4405190d2af0e501e35fc1f48cf25fad7 /README.md | |
parent | 32aef4a12b0f0d9ad3ff66215ae00bb73865bc3e (diff) |
forgot a line break
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |