Theodosius v3.0
Jit linker, symbol mapper, and obfuscator
Namespaces | Variables
transform.hpp File Reference
#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

namespace  theo
 The outer most encompassing namespace of this project.
 
namespace  theo::obf
 this is the main namespace for obfuscation related things.
 
namespace  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...