nerdexam
EC-Council

312-49 · Question #624

Which of the following tool can reverse machine code to assembly language?

The correct answer is C. IDA Pro. IDA Pro (Interactive Disassembler) by Hex-Rays is the industry-standard disassembler and decompiler used in malware analysis and reverse engineering. It converts raw machine code (binary executables) back into assembly language, and its decompiler plugin (Hex-Rays) can further…

Submitted by zhang_li· Apr 18, 2026Malware Forensics

Question

Which of the following tool can reverse machine code to assembly language?

Options

  • APEiD
  • BRAM Capturer
  • CIDA Pro
  • DDeep Log Analyzer

How the community answered

(19 responses)
  • A
    5% (1)
  • C
    89% (17)
  • D
    5% (1)

Explanation

IDA Pro (Interactive Disassembler) by Hex-Rays is the industry-standard disassembler and decompiler used in malware analysis and reverse engineering. It converts raw machine code (binary executables) back into assembly language, and its decompiler plugin (Hex-Rays) can further lift assembly to pseudo-C code. PEiD identifies packers and compilers in PE files, RAM Capturer acquires volatile memory dumps, and Deep Log Analyzer processes web server logs - none perform disassembly of machine code.

Topics

#Reverse Engineering#Disassembler#IDA Pro#Malware Analysis Tools

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice