16#ifndef LIEF_DEX_UTILS_H
17#define LIEF_DEX_UTILS_H
Class that is used to a read stream of data from different sources.
Definition BinaryStream.hpp:33
Definition DEX/Class.hpp:30
bool is_dex(const std::string &file)
Check if the given file is a DEX.
dex_version_t version(const std::string &file)
Return the DEX version of the given file.
uint32_t dex_version_t
Definition DEX/types.hpp:23
LIEF namespace.
Definition Abstract/Binary.hpp:36
#define LIEF_API
Definition visibility.h:41