16#ifndef LIEF_OAT_UTILS_H
17#define LIEF_OAT_UTILS_H
Class that is used to a read stream of data from different sources.
Definition BinaryStream.hpp:33
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.
bool is_oat(BinaryStream &stream)
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
LIEF namespace.
Definition Abstract/Binary.hpp:39
#define LIEF_API
Definition visibility.h:41