From 655b4ff9ce43dfaa37d932d15e632674a13a3f38 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 8 Mar 2021 18:34:13 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b85859..0cda303 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ both kernel and usermode projects. Since Theo inherits HMDM (highly modular driv Since Theo is a jit linker, unexported symbols can be jit linked. Resolving such symbols is open ended and allows the programmer of this framework to handle how they want to resolve symbols. More on this later (check out example projects). -# Table Of Contents +### Table Of Contents * Theodosius - Jit linker, Mapper, Mutator, and Obfuscator * Linking - Dynamic And Static @@ -20,6 +20,7 @@ Since Theo is a jit linker, unexported symbols can be jit linked. Resolving such * Static Linking * Dynamic Linking * Usage - Using Theodosius + * Integrating Clang * `theo::memcpy_t` - copy memory lambda * `theo::malloc_t` - allocate executable memory * `theo::resolve_symbol_t` - resolve external symbol @@ -33,6 +34,10 @@ Since Theo is a jit linker, unexported symbols can be jit linked. Resolving such * Obfuscation * Obfuscate - Base Class * Mutation - Inherts Obfuscation +* Examples + * Kernel Example + * Usermode Example +* License # Linking - Dynamic And Static