|
LIEF: Library to Instrument Executable Formats Version 2.0.0
|
#include <cstdint>#include <memory>#include <ostream>#include <string>#include "LIEF/compiler_attributes.hpp"#include "LIEF/iterators.hpp"#include "LIEF/visibility.h"#include <optional>

Go to the source code of this file.
Classes | |
| class | LIEF::runtime::windows::LdrDataTableEntry |
| This class exposes a user-friendly interface over a LDR_DATA_TABLE_ENTRY, the structure used by the Windows loader to describe a module loaded in the current process. More... | |
| class | LIEF::runtime::windows::LdrDataTableEntry::Iterator |
| Bidirectional iterator over the LdrDataTableEntry mirroring the doubly-linked list used by Windows. More... | |
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::runtime |
| namespace | LIEF::runtime::windows |
| namespace | LIEF::runtime::windows::details |