ExamGecko
Question list
Search
Search

Question 89 - PCDRA discussion

Report
Export

Which Exploit Prevention Module (EPM) provides better entropy for randomization of memory locations?

A.
Memory Limit Heap spray check
Answers
A.
Memory Limit Heap spray check
B.
UASLR
Answers
B.
UASLR
C.
JIT Mitigation
Answers
C.
JIT Mitigation
D.
DLL Security
Answers
D.
DLL Security
Suggested answer: B

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 settings.Reference:

Exploit Prevention Module (EPM) entropy randomization memory locations

Exploit protection reference

asked 23/09/2024
Jason Coleman
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first