aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-02-22 16:26:32 -0800
committeriximeow <me@iximeow.net>2020-02-22 16:26:32 -0800
commit8ff519ef881231632f437c73676b1a86877686a4 (patch)
tree0929c13818c94543218dff6183ad0ec7f9f28378
parentf3d8bb582c1c3e97d8002975a3da6223b263b40f (diff)
swap pronoun for noun
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ad2ab99..32dc882 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ by the in-repo benchmark, `yaxpeax_x86::long_mode` decodes `x86_64` instructions
### pretty small?
`yaxpeax_x86::long_mode` is expected to be around 20kb of code and data. currently a stripped static build of `ffi/` takes a bit more space - around 130kb. instruction rendering is currently non-optional, and is a significant amount of `.text` size. data tables are larger than anticipated, and it's currently an open question if they can be reduced down, or the size target of `yaxpeax_x86::long_mode` should be raised.
-this, however, does not by any means make this library the smallest `x86_64` decoder; [`zydis`](https://github.com/zyantific/zydis) handily beats this out taking only 10kb in an -O3 build for benchmarking.
+this, however, does not by any means make this library the smallest `x86_64` decoder; [`zydis`](https://github.com/zyantific/zydis) handily beats `yaxpeax-x86` out, taking only 10kb in an -O3 build for benchmarking.
### mirrors