LIEF: Library to Instrument Executable Formats Version 0.16.0
|
#include <string>
#include <vector>
#include "LIEF/DEX/types.hpp"
#include "LIEF/types.hpp"
#include "LIEF/visibility.h"
Go to the source code of this file.
Namespaces | |
namespace | LIEF |
LIEF namespace. | |
namespace | LIEF::DEX |
Functions | |
bool | LIEF::DEX::is_dex (const std::string &file) |
Check if the given file is a DEX. | |
bool | LIEF::DEX::is_dex (const std::vector< uint8_t > &raw) |
Check if the given raw data is a DEX. | |
dex_version_t | LIEF::DEX::version (const std::string &file) |
Return the DEX version of the given file. | |
dex_version_t | LIEF::DEX::version (const std::vector< uint8_t > &raw) |
Return the DEX version of the raw data. | |
dex_version_t | LIEF::DEX::version (BinaryStream &stream) |