From 371ef9bb570ccca529f1791f36d92bbc06dd4d5b Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 23 Dec 2023 19:47:25 -0800 Subject: wording --- source/blog/yaxpeax.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blog') 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)\ -- cgit v1.1