Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
GIAC (SANS) logo

GIAC Reverse Engineering Malware

Domain 2Objective 3

Malware Flow Control and Structures GREM Practice Questions (Page 8)

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 36–40

  1. 36application · medium

    In a disassembled malware function, you see the following sequence: `cmp eax, 5; ja default_case; jmp dword ptr [eax*4 + jump_table]`. The jump table contains 6 entries. What does this construct represent, and what is the purpose of the `cmp eax, 5` instruction?

    Select an answer first
  2. 37application · medium

    In a 32-bit malware binary, you see the following bytes at the start of a function: `55 8B EC 83 EC 10`. What is the function prologue doing?

    Select an answer first
  3. 38foundation · easy

    When tracing the control flow of a function in a disassembler, which sequence of instructions would you expect to see at the end of a basic block that ends with an unconditional transfer of control?

    Select an answer first
  4. 39application · medium

    In a malware sample, you see the instruction `call dword ptr [esi+0x1C]` where ESI points to a structure that is initialized at runtime. You need to determine which function is being called. What is the most effective approach?

    Select an answer first
  5. 40foundation · easy

    In a Windows executable, what data structure is used to maintain a linked list of exception handlers that the CPU consults when an exception occurs?

    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.