16#ifndef LIEF_ABSTRACT_HEADER_H
17#define LIEF_ABSTRACT_HEADER_H
105 return ((uint64_t)m & (uint64_t)modes_) != 0;
134 uint64_t entrypoint_ = 0;
Class which represents an ELF binary.
Definition ELF/Binary.hpp:59
Class which represents a MachO binary.
Definition MachO/Binary.hpp:88
Class which represents a PE binary This is the main interface to manage and modify a PE executable.
Definition PE/Binary.hpp:57
Definition Visitor.hpp:210
#define ENABLE_BITMASK_OPERATORS(X)
Definition enums.hpp:24
Namespace related to the LIEF's ELF module.
Definition Abstract/Header.hpp:28
Namespace related to the LIEF's Mach-O module.
Definition Abstract/Header.hpp:36
Namespace related to the LIEF's PE module.
Definition Abstract/Header.hpp:32
LIEF namespace.
Definition Abstract/Binary.hpp:40
const char * to_string(Binary::VA_TYPES e)
#define LIEF_API
Definition visibility.h:41