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: ```