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

Segment Flag Bits. More...

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

Static Public Attributes

int PF_X = 0x01
 
int PF_W = 0x02
 
int PF_R = 0x04
 
int PF_MASKOS = 0x0ff00000
 
int PF_MASKPROC = 0xf0000000
 

Additional Inherited Members

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

Detailed Description

Segment Flag Bits.


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