From 3b5c442f32039cea37c37993915ef27583270957 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 8 Mar 2021 08:27:36 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ed32c15..e1db379 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,8 @@ theo::malloc_t _alloc = [&](std::size_t size) -> void* }; ``` +### `theo::resolve_symbol_t` - + # Obfuscation The usage of the word obfuscation in this project is use to define any changes made to code, this includes code flow. `obfuscation::obfuscate`, a base class, which is inherited and expanded upon by `obfuscation::mutation`, obfuscates code flow by inserting `JMP [RIP+0x0]` instructions after every single instruction. This allows for a routine to be broken up into unique allocations of memory and thus provides more canvas room for creative ideas.