LIEF: Library to Instrument Executable Formats Version 1.0.0
Loading...
Searching...
No Matches
LdrDataTableEntry.hpp File Reference
#include <cstdint>
#include <memory>
#include <ostream>
#include <string>
#include <LIEF/visibility.h>
#include <LIEF/compiler_attributes.hpp>
#include <LIEF/iterators.hpp>
#include <LIEF/optional.hpp>
Include dependency graph for LdrDataTableEntry.hpp:
This graph shows which files directly or indirectly include this file:

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