Theodosius
v3.0
Jit linker, mapper, obfuscator, and mutator
|
#include <obf/transform/add_op.hpp>
#include <obf/transform/rol_op.hpp>
#include <obf/transform/ror_op.hpp>
#include <obf/transform/sub_op.hpp>
#include <obf/transform/xor_op.hpp>
Go to the source code of this file.
Namespaces | |
theo | |
The outer most encompassing namespace of this project. | |
theo::obf | |
this is the main namespace for obfuscation related things. | |
theo::obf::transform | |
this namespace encompasses the code for transforming relocations. | |
Variables | |
std::map< xed_iclass_enum_t, operation_t * > | theo::obf::transform::operations |
map of all of the operations and their type. More... | |