Theodosius
v3.0
Jit linker, mapper, obfuscator, and mutator
|
#include <spdlog/spdlog.h>
#include <decomp/symbol.hpp>
#include <obf/transform/gen.hpp>
#include <xed-decode.h>
#include <xed-interface.h>
Go to the source code of this file.
Classes | |
class | theo::obf::pass_t |
the pass_t class is a base clase for all passes made. you must override the pass_t::run virtual function and declare the logic of your pass there. More... | |
Namespaces | |
theo | |
The outer most encompassing namespace of this project. | |
theo::obf | |
this is the main namespace for obfuscation related things. | |
Macros | |
#define | XED_ENCODER |