|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <ostream>#include "LIEF/visibility.h"#include "LIEF/Object.hpp"#include "LIEF/errors.hpp"#include "LIEF/optional.hpp"#include "LIEF/PE/resources/ResourceStringFileInfo.hpp"#include "LIEF/PE/resources/ResourceVarFileInfo.hpp"

Go to the source code of this file.
Classes | |
| class | LIEF::PE::ResourceVersion |
| Representation of the data associated with the RT_VERSION entry. More... | |
| struct | LIEF::PE::ResourceVersion::fixed_file_info_t |
| This structure represents the VS_FIXEDFILEINFO structure defined in verrsrc.h. More... | |
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::PE |
| Namespace related to the LIEF's PE module. | |
Functions | |
| const char * | LIEF::PE::to_string (ResourceVersion::fixed_file_info_t::FILE_FLAGS e) |
| const char * | LIEF::PE::to_string (ResourceVersion::fixed_file_info_t::VERSION_OS e) |
| const char * | LIEF::PE::to_string (ResourceVersion::fixed_file_info_t::FILE_TYPE e) |
| const char * | LIEF::PE::to_string (ResourceVersion::fixed_file_info_t::FILE_TYPE_DETAILS e) |