IDA SDK
Macros
Segment permissions
Segments
»
Segment structure
Detailed Description
Used by
segment_t::perm
.
Macros
#define
SEGPERM_EXEC
1
Execute.
#define
SEGPERM_WRITE
2
Write.
#define
SEGPERM_READ
4
Read.
#define
SEGPERM_MAXVAL
(
SEGPERM_EXEC
+
SEGPERM_WRITE
+
SEGPERM_READ
)
Execute + Write + Read.
Generated by
1.9.3