QuestionQ144

Tools/Systems/Programs

Harry has obtained a suspicious executable from an infected system and wants to reverse its machine code into assembly-language instructions. Which tool should he use for this task?

  • A HashCalc
  • B Ollydbg
  • C BinText
  • D oledump
Explanation

Disassembly converts an executable's machine-code instructions into assembly language. OllyDbg provides disassembly capabilities for examining and debugging Windows executables.

Community Discussion

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