LIEF: Library to Instrument Executable Formats Version 1.0.0
Loading...
Searching...
No Matches
Memory.hpp File Reference
#include <ostream>
#include <cstdint>
#include <cstring>
#include <vector>
#include <utility>
#include "LIEF/visibility.h"
#include "LIEF/optional.hpp"
#include "LIEF/logging.hpp"
#include "LIEF/compiler_attributes.hpp"
#include "LIEF/runtime/utils.hpp"
Include dependency graph for runtime/Memory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LIEF::runtime::Memory
 This class exposes API to access and manage memory. More...
class  LIEF::runtime::Memory::Chunk
 Represents a contiguous chunk of memory allocated or inspected by the runtime. More...
class  LIEF::runtime::Memory::ScopedPermissions
 RAII interface to change the permission within a determined scope. More...

Namespaces

namespace  LIEF
 LIEF namespace.
namespace  LIEF::runtime