LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
utils.hpp File Reference
#include <string>
#include <vector>
#include "LIEF/DEX/types.hpp"
#include "LIEF/types.hpp"
#include "LIEF/visibility.h"
Include dependency graph for DEX/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::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)