300-215 · Question #115
300-215 Question #115: Real Exam Question with Answer & Explanation
The correct answer is A: aids performing static malware analysis. A disassembler is a forensic and reverse engineering tool that translates machine-level code (binary) back into human-readable assembly language. This is used during static malware analysis to understand how the malware is constructed and what it is designed to do without actuall
Question
What is the function of a disassembler?
Options
- Aaids performing static malware analysis
- Baids viewing and changing the running state
- Caids transforming symbolic language into machine code
- Daids defining breakpoints in program execution
Explanation
A disassembler is a forensic and reverse engineering tool that translates machine-level code (binary) back into human-readable assembly language. This is used during static malware analysis to understand how the malware is constructed and what it is designed to do without actually executing the code. Disassembler tools are used to assist with reverse malware engineering by allowing a security professional to examine the binary and understand the functionality of the malware code,
Topics
Community Discussion
No community discussion yet for this question.