Jit linker, mapper, obfuscator, and mutator
 
 
 
 
 
 
Go to file
_xeroxz f9d70eb555 Update README.md 4 years ago
Examples added examples 4 years ago
Theodosius added examples 4 years ago
README.md Update README.md 4 years ago
Theodosius.sln added examples 4 years ago
clang.zip added clang... 4 years ago

README.md

Theodosius - Jit linker, driver mapper, 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).

Since Theo is a jit linker, unexported symbols from PE files can be jit linked. Resolving such symbols is open ended and allows the user of this framework to handle how they want to resolve symbols. More on this later (check out example projects).