LIEF: Library to Instrument Executable Formats Version 0.16.0
|
#include <string>
#include <vector>
#include "LIEF/VDEX/type_traits.hpp"
#include "LIEF/platforms/android.hpp"
#include "LIEF/types.hpp"
#include "LIEF/visibility.h"
Go to the source code of this file.
Namespaces | |
namespace | LIEF |
LIEF namespace. | |
namespace | LIEF::VDEX |
Functions | |
bool | LIEF::VDEX::is_vdex (const std::string &file) |
Check if the given file is an VDEX one. | |
bool | LIEF::VDEX::is_vdex (const std::vector< uint8_t > &raw) |
Check if the given raw data is an VDEX one. | |
vdex_version_t | LIEF::VDEX::version (const std::string &file) |
Return the VDEX version of the given file. | |
vdex_version_t | LIEF::VDEX::version (const std::vector< uint8_t > &raw) |
Return the VDEX version of the raw data. | |
Android::ANDROID_VERSIONS | LIEF::VDEX::android_version (vdex_version_t version) |
Return the ANDROID_VERSIONS associated with the given VDEX version. | |