summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2023-12-23 19:47:25 -0800
committeriximeow <me@iximeow.net>2023-12-23 19:47:25 -0800
commit371ef9bb570ccca529f1791f36d92bbc06dd4d5b (patch)
treee20589945e001062006e52464016e98e374d1744
parentc178e64993d292b462b87a346bbd0ddf931de8fa (diff)
wording
-rw-r--r--source/blog/yaxpeax.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blog/yaxpeax.md b/source/blog/yaxpeax.md
index 9c2d925..b1af77d 100644
--- a/source/blog/yaxpeax.md
+++ b/source/blog/yaxpeax.md
@@ -26,11 +26,11 @@ and in some uses of my own - of course i find nails for my hammer:
* [yaxpeax-demo](https://github.com/iximeow/yaxdemo/blob/no-gods-no-/src/main.rs), a one-off example of disassembly and code analysis with `yaxpeax-core`.
* [zvm](https://github.com/iximeow/zvm), for disassembly of jitted JVM bytecode
-but the real place i hope to find yaxpeax one day is to be used for analysis tasks like
+but the real place i hope to find yaxpeax one day is to be used for analysis tasks like constructing an SSA-style representation of machine code, for example...
![register numbering](yaxpeax/register_numbering.png)\
-constructing an SSA-style representation of machine code, in turn letting me (or you!!!) get value anlyses,
+in turn letting me (or you!!!) get value anlyses,
![range inference](yaxpeax/range_inference.png)\