LIEF: Library to Instrument Executable Formats Version 0.17.0
|
#include "LIEF/Abstract/Symbol.hpp"
#include "LIEF/visibility.h"
#include "LIEF/iterators.hpp"
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | LIEF::COFF::Symbol |
This class represents a COFF symbol. More... | |
struct | LIEF::COFF::Symbol::parsing_context_t |
Namespaces | |
namespace | LIEF |
LIEF namespace. | |
namespace | LIEF::COFF |
Functions | |
const char * | LIEF::COFF::to_string (Symbol::STORAGE_CLASS e) |
const char * | LIEF::COFF::to_string (Symbol::BASE_TYPE e) |
const char * | LIEF::COFF::to_string (Symbol::COMPLEX_TYPE e) |