Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Segment permissions

Used by segment_t::perm. More...

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)
 

Detailed Description

Used by segment_t::perm.