|
LIEF: Library to Instrument Executable Formats Version 0.17.1
|
#include <ostream>#include "LIEF/errors.hpp"#include "LIEF/visibility.h"#include "LIEF/Object.hpp"#include "LIEF/iterators.hpp"#include "LIEF/PE/resources/ResourceVersion.hpp"#include "LIEF/PE/resources/ResourceIcon.hpp"#include "LIEF/PE/resources/ResourceDialog.hpp"#include "LIEF/PE/resources/ResourceStringTable.hpp"#include "LIEF/PE/resources/ResourceAccelerator.hpp"

Go to the source code of this file.
Classes | |
| class | LIEF::PE::ResourcesManager |
| The Resource Manager provides an enhanced API to manipulate the resource tree. More... | |
| struct | LIEF::PE::ResourcesManager::string_entry_t |
| This structure represent an entry in the string table (RT_STRING). More... | |
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::PE |
| Namespace related to the LIEF's PE module. | |
Functions | |
| const char * | LIEF::PE::to_string (ResourcesManager::TYPE type) |