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