MakeELF
ELF reader-writer library
|
Segment Flag Bits. More...
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 | |
![]() | |
def | __bytes__ (self) |
def | from_bytes (cls, b, little=False) |
Segment Flag Bits.