Theodosius v3.0
Jit linker, symbol mapper, and obfuscator
|
#include <algorithm>
#include <functional>
#include <map>
#include <optional>
#include <vector>
#include <decomp/symbol.hpp>
Go to the source code of this file.
Data Structures | |
class | theo::recomp::symbol_table_t |
this class is a high level wrapper for a hashmap that contains decomp::symbol_t values. the symbol values are references by a hashcode. More... | |
Namespaces | |
namespace | theo |
The outer most encompassing namespace of this project. | |
namespace | theo::recomp |
this namespace encompasses all recomposition related code. | |