
GIAC Reverse Engineering Malware
Domain 2Objective 3
Malware Flow Control and Structures GREM Practice Questions (Page 1)
Part of the Core Reverse Engineering Concepts domain, which makes up ~15% of our current practice bank. GIAC (SANS) does not publish an official question count, but from its 180-minute exam (~70–120 total, ~11–18 in this domain), expect 4–6 from this objective — we provide 41 practice questions to prepare you well beyond it. (estimate)
41questions here
9free pages
10concepts
Questions 1–5
- 1
What is the purpose of the function epilogue in assembly code?
Select an answer first - 2
In a control flow flattened function, what is the role of the state variable?
Select an answer first - 3
You are analyzing a malware function that validates a command code. The disassembly shows: `cmp eax, 3; je loc_case3; cmp eax, 7; je loc_case7; jmp loc_default`. What is the control flow structure, and what happens if EAX contains 5?
Select an answer first - 4
What is the primary characteristic of control flow flattening in obfuscated code?
Select an answer first - 5
You are reversing a 32-bit Windows malware function. The disassembly shows the function begins with `push ebp; mov ebp, esp` and ends with `pop ebp; ret 8`. The caller passes two arguments on the stack. Which calling convention is this function using?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by GIAC (SANS). “GREM” is a trademark of its owner, used for identification only.