These attributes determine whether a code segment can be read as well as executed:
EXECUTEONLY
The segment can only be executed.
EXECUTEREAD
The segment can be both executed and read (default).
[Back]
[Next]