I want to implement xspace protection for an image, where I am compiling my code with Intel bi-endian compiler. Is there any option available for the same.
Xspace Protection:
For each segment I need to provide the access permissions as like mentioned below
TEXT Segment : Read & Execute Permission -----> Code
RODATA : Read Only Permission -------> constants, String Literals, etc
RWDATA : Read & Write Permission ---------> BSS, Data , Heap,Stack Segments.
Please provide the info for the same.