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…
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)- A5% (1)
- C89% (17)
- D5% (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
Community Discussion
No community discussion yet for this question.