nerdexam
GIAC

GREM · Question #31

When using a debugger on .NET malware, what would be a primary reason to set a breakpoint at a specific method?

The correct answer is A. To observe the values of arguments passed to the method at runtime. See the full explanation below for the reasoning.

Question

When using a debugger on .NET malware, what would be a primary reason to set a breakpoint at a specific method?

Options

  • ATo observe the values of arguments passed to the method at runtime
  • BTo change the execution flow of the program
  • CTo prevent the malware from communicating over the network
  • DTo decompile the entire assembly

How the community answered

(31 responses)
  • A
    74% (23)
  • B
    6% (2)
  • C
    3% (1)
  • D
    16% (5)

Community Discussion

No community discussion yet for this question.

Full GREM Practice