16#ifndef LIEF_OAT_UTILS_H
17#define LIEF_OAT_UTILS_H
Class which represents an ELF binary.
Definition ELF/Binary.hpp:59
ANDROID_VERSIONS
Definition version.hpp:23
Namespace related to the LIEF's ELF module.
Definition Abstract/Header.hpp:28
Definition ELF/Parser.hpp:32
LIEF::Android::ANDROID_VERSIONS android_version(oat_version_t version)
Return the ANDROID_VERSIONS associated with the given OAT version.
oat_version_t version(const std::string &file)
Return the OAT version of the given file.
uint32_t oat_version_t
Definition OAT/type_traits.hpp:22
bool is_oat(const LIEF::ELF::Binary &elf_binary)
Check if the given LIEF::ELF::Binary is an OAT one.
LIEF namespace.
Definition Abstract/Binary.hpp:36
#define LIEF_API
Definition visibility.h:41