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

GIAC Reverse Engineering Malware

Domain 2Objective 2

Reversing Functions in Assembly GREM Practice Questions (Page 5)

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 32 practice questions to prepare you well beyond it. (estimate)

32questions here
7free pages
8concepts

Questions 21–25

  1. 21foundation · easy

    How does the caller retrieve the return value of a function that returns a 64-bit integer on x86?

    Select an answer first
  2. 22application · medium

    A malware function has the prologue `push ebp; mov ebp, esp; sub esp, 10h`. The disassembly shows `mov eax, [ebp+8]` and `mov ecx, [ebp-4]`. What is the relationship between these two memory locations?

    Select an answer first
  3. 23foundation · easy

    In a cdecl function, how is the first argument accessed inside the function after the prologue?

    Select an answer first
  4. 24expert · hard

    A malware function contains a switch statement. The disassembly shows: `mov eax, [ebp+8]; cmp eax, 3; ja default_case; jmp [table+eax*4]`. The jump table has 4 entries. What is the range of case values handled by this switch?

    Select an answer first
  5. 25foundation · easy

    Which calling convention passes the first two arguments in the ECX and EDX registers on x86?

    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.