LIEF: Library to Instrument Executable Formats Version 0.17.0
|
#include <string>
#include <ostream>
#include "LIEF/visibility.h"
#include "LIEF/Object.hpp"
#include "LIEF/errors.hpp"
#include "LIEF/iterators.hpp"
#include "LIEF/optional.hpp"
Go to the source code of this file.
Classes | |
class | LIEF::PE::ResourceStringTable |
This class represents the StringTable structure. This structure can be seen as a dictionary of key, values with key and values defined a utf-16 string. More... | |
struct | LIEF::PE::ResourceStringTable::entry_t |
An entry in this table which is composed of an UTF-16 key and an UTF-16 value. More... | |
Namespaces | |
namespace | LIEF |
LIEF namespace. | |
namespace | LIEF::PE |
Namespace related to the LIEF's PE module. | |