LIEF: Library to Instrument Executable Formats Version 0.16.0
|
#include "LIEF/visibility.h"
Go to the source code of this file.
Namespaces | |
namespace | LIEF |
LIEF namespace. | |
namespace | LIEF::Android |
Enumerations | |
enum class | LIEF::Android::ANDROID_VERSIONS { LIEF::Android::VERSION_UNKNOWN = 0 , LIEF::Android::VERSION_601 = 1 , LIEF::Android::VERSION_700 = 2 , LIEF::Android::VERSION_710 = 3 , LIEF::Android::VERSION_712 = 4 , LIEF::Android::VERSION_800 = 5 , LIEF::Android::VERSION_810 = 6 , LIEF::Android::VERSION_900 = 7 } |
Functions | |
const char * | LIEF::Android::code_name (ANDROID_VERSIONS version) |
const char * | LIEF::Android::version_string (ANDROID_VERSIONS version) |
const char * | LIEF::Android::to_string (ANDROID_VERSIONS version) |