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)