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

Go to the source code of this file.

Namespaces

namespace  LIEF
 LIEF namespace.
namespace  LIEF::runtime

Enumerations

enum class  LIEF::runtime::PLATFORMS : uint32_t {
  LIEF::runtime::NONE = 0 , LIEF::runtime::LINUX , LIEF::runtime::WINDOWS , LIEF::runtime::ANDROID_ ,
  LIEF::runtime::OSX , LIEF::runtime::IOS
}
enum class  LIEF::runtime::ARCH : uint32_t { LIEF::runtime::NONE , LIEF::runtime::X86_64 , LIEF::runtime::ARM64 , LIEF::runtime::RISCV64 }