MakeELF
ELF reader-writer library
Static Public Attributes | List of all members
makeelf.elfstruct.ET Class Reference

Object file type. More...

Inheritance diagram for makeelf.elfstruct.ET:
makeelf.type.enum.Enum

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

- Public Member Functions inherited from makeelf.type.enum.Enum
def __bytes__ (self)
 
def from_bytes (cls, b, little=False)
 

Detailed Description

Object file type.

e_type enumeration

The documentation for this class was generated from the following file: