16#ifndef LIEF_ART_UTILS_H
17#define LIEF_ART_UTILS_H
Namespace related to the LIEF's ART module.
Definition ART/enums.hpp:20
art_version_t version(const std::string &file)
Return the ART version of the given file.
uint32_t art_version_t
Definition ART/types.hpp:26
bool is_art(const std::string &file)
Check if the given file is an ART one.
LIEF::Android::ANDROID_VERSIONS android_version(art_version_t version)
Return the ANDROID_VERSIONS associated with the given ART version.
ANDROID_VERSIONS
Definition version.hpp:23
LIEF namespace.
Definition Abstract/Binary.hpp:36
#define LIEF_API
Definition visibility.h:41