summaryrefslogtreecommitdiff
path: root/source/blog/yaxpeax.md
diff options
context:
space:
mode:
Diffstat (limited to 'source/blog/yaxpeax.md')
-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)\