#include <coff/image.hpp>
#include <cstdint>
#include <recomp/reloc.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
|
class | theo::decomp::symbol_t |
| symbol_t is an abstraction upon the coff symbol. this allows for easier manipulation of the symbol. symbols can be different things, sections, functions, and even instructions (when functions are broken down). More...
|
|
|
| theo |
| The outer most encompassing namespace of this project.
|
|
| theo::decomp |
| the namespace that contains all of the decomposition related code.
|
|