QuestionQ31

Fundamentals

What is the purpose of a disassembler?

  • A aids performing static malware analysis
  • B aids viewing and changing the running state
  • C aids transforming symbolic language into machine code
  • D aids defining breakpoints in program execution
Explanation

A disassembler converts executable machine code into an assembly-language representation, enabling analysts to inspect malware statically without executing it.

Community Discussion

No comments yet. Be the first to start the discussion!