XDR-ANALYST · Question #35
Which Exploit Prevention Module (EPM) provides better entropy for randomization of memory locations?
The correct answer is B. UASLR. UASLR stands for User Address Space Layout Randomization, which is a feature of Exploit Prevention Module (EPM) that provides better entropy for randomization of memory locations. UASLR adds entropy to the base address of the executable image and the heap, making it harder for…
Question
Which Exploit Prevention Module (EPM) provides better entropy for randomization of memory locations?
Options
- AMemory Limit Heap spray check
- BUASLR
- CJIT Mitigation
- DDLL Security
How the community answered
(33 responses)- A9% (3)
- B82% (27)
- C3% (1)
- D6% (2)
Explanation
UASLR stands for User Address Space Layout Randomization, which is a feature of Exploit Prevention Module (EPM) that provides better entropy for randomization of memory locations. UASLR adds entropy to the base address of the executable image and the heap, making it harder for attackers to predict the memory layout of a process. UASLR is enabled by default for all processes, but can be disabled or customized for specific applications using the EPM policy
Topics
Community Discussion
No community discussion yet for this question.