
GIAC Reverse Engineering Malware
Domain 2Objective 3
Malware Flow Control and Structures GREM Practice Questions (Page 4)
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 16–20
- 16
A malware sample uses SEH to hide its main logic. The initial code sets up an exception handler that, when an invalid memory access occurs, transfers control to a decryption routine. You are debugging the sample and want to trace the SEH chain to find the handler. Which approach is most effective?
Select an answer first - 17
When analyzing a switch-case construct in disassembly, which instruction is typically used to transfer control to the selected case?
Select an answer first - 18
In a malware sample, you see the instruction `call [ebx+8]` where EBX points to a structure that is initialized at runtime. What is the most accurate way to describe this call?
Select an answer first - 19
Why do malware authors use indirect calls through registers or memory?
Select an answer first - 20
While analyzing a malware binary, you notice that the code is structured as a large loop that reads a state variable from a global location, uses it to index into a jump table, and then executes a basic block that ends by updating the state variable and jumping back to the loop. This pattern repeats throughout the binary. What is the most effective way to reconstruct the original control flow?
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.