From 5c55d9deca56af9493b3b9689bf42504d81c5154 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 8 Mar 2021 22:15:58 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ae9fdfb..8bc3a48 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ 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). +### Credit And Dependencies + +* [BTBD](https://github.com/btbd) - Huge thanks for providing suggestions and bouncing ideas back and forth. + * [SMAP](https://github.com/btbd/smap) - scatter mapper, this project is heavily influenced by SMAP. +* [Zydis](https://github.com/zyantific/zydis) - used to decompile obfuscated routines and find JCC's. +* [asmjit](https://github.com/asmjit/asmjit) - used to generate link-time code (mutated routines). + ### Table Of Contents * [Theodosius - Jit linker, Mapper, Mutator, and Obfuscator](https://githacks.org/_xeroxz/theodosius#theodosius-jit-linker-mapper-mutator-and-obfuscator)