From 602aa93bdfef7e90941f9afa8f7f8e7645cbe591 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 8 Mar 2021 06:17:11 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e4d250..feca9b1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Theodosius - Jit linker, driver mapper, and obfuscator +# Theodosius - Jit linker, Mapper, Mutator, and Obfuscator Theodosius (Theo for short) is a jit linker created entirely for obfuscation and mutation of both code, and code flow. The project is extremely modular in design and supports both kernel and usermode projects. Since Theo inherits HMDM (highly modular driver mapper), any vulnerable driver that exposes arbitrary MSR writes, or physical memory read/write can be used with this framework. This is possible since HMDM inherits VDM (vulnerable driver manipulation), and MSREXEC (elevation of arbitrary MSR writes to kernel execution).