LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
utils.hpp File Reference
#include <string>
#include <vector>
#include "LIEF/ART/types.hpp"
#include "LIEF/platforms/android.hpp"
#include "LIEF/types.hpp"
#include "LIEF/visibility.h"
Include dependency graph for ART/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::ART
 Namespace related to the LIEF's ART module.
 

Functions

bool LIEF::ART::is_art (const std::string &file)
 Check if the given file is an ART one.
 
bool LIEF::ART::is_art (const std::vector< uint8_t > &raw)
 Check if the given raw data is an ART one.
 
art_version_t LIEF::ART::version (const std::string &file)
 Return the ART version of the given file.
 
art_version_t LIEF::ART::version (const std::vector< uint8_t > &raw)
 Return the ART version of the raw data.
 
LIEF::Android::ANDROID_VERSIONS LIEF::ART::android_version (art_version_t version)
 Return the ANDROID_VERSIONS associated with the given ART version.