|
|
|
@ -50,6 +50,14 @@ Since Theo is a jit linker, unexported symbols can be jit linked. Resolving such
|
|
|
|
|
* [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).
|
|
|
|
|
* [LLVM-Obfuscator](https://github.com/obfuscator-llvm/obfuscator/wiki) - Here are the following devs:
|
|
|
|
|
* [Pascal Junod](https://crypto.junod.info/)
|
|
|
|
|
* Julien Rinaldini
|
|
|
|
|
* [Johan Wehrli](https://twitter.com/jowehrli)
|
|
|
|
|
* Julie Michielin
|
|
|
|
|
* Stéphane Ongagna
|
|
|
|
|
* Grégory Ruch
|
|
|
|
|
* Sébastien Bischof
|
|
|
|
|
|
|
|
|
|
## Linking - Dynamic And Static
|
|
|
|
|
|
|
|
|
|