Theodosius
v3.0
Jit linker, mapper, obfuscator, and mutator
|
The outer most encompassing namespace of this project. More...
Namespaces | |
decomp | |
the namespace that contains all of the decomposition related code. | |
obf | |
this is the main namespace for obfuscation related things. | |
recomp | |
this namespace encompasses all recomposition related code. | |
Classes | |
class | theo_t |
the main class which encapsulates a symbol table, decomp, and recomp objects. This class is a bridge that connects all three: decomp, obf, recomp. More... | |
Typedefs | |
using | lnk_fns_t = std::tuple< recomp::allocator_t, recomp::copier_t, recomp::resolver_t > |
tuple of functions used by theo to allocate, copy, and resolve symbols. More... | |
The outer most encompassing namespace of this project.
using theo::lnk_fns_t = typedef std::tuple<recomp::allocator_t, recomp::copier_t, recomp::resolver_t> |
tuple of functions used by theo to allocate, copy, and resolve symbols.