MakeELF
ELF reader-writer library
|
Object file type. More...
Static Public Attributes | |
int | ET_NONE = 0 |
int | ET_REL = 1 |
int | ET_EXEC = 2 |
int | ET_DYN = 3 |
int | ET_CORE = 4 |
int | ET_LOOS = 0xfe00 |
int | ET_HIOS = 0xfeff |
int | ET_LOPROC = 0xff00 |
int | ET_HIPROC = 0xffff |
Additional Inherited Members | |
![]() | |
def | __bytes__ (self) |
def | from_bytes (cls, b, little=False) |
Object file type.
e_type enumeration