From e8d035d731e3384f09132d8d59e9ed512c107cdc Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 8 Mar 2021 20:15:19 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2e9370d..bf31e21 100644 --- a/README.md +++ b/README.md @@ -639,6 +639,8 @@ ffff998b`c5369e74 ff2500000000 jmp qword ptr [ffff998b`c5369e7a] As you can see above, this is what Theo generates for JCC's. Also note that this clang compiler does not generate RIP relative LEA's or CALL's. The only RIP relative stuff Theo deals with are JCC's. +#### Memory View Of Obfuscation + The instructions for `LoopDemo` now look like this in memory: ```