300-215 · Question #108
300-215 Question #108: Real Exam Question with Answer & Explanation
The correct answer is D: headers. The -h option in the objdump command displays section headers of an object file. According to general usage and command-line documentation, and also explained in digital forensics tools discussions in the CyberOps course, the header information includes details about the name, si
Question
Which information is provided about the object file by the "-h" option in the objdump line command objdump 璪 oasys 璵 vax 環 fu.o?
Options
- Abfdname
- Bdebugging
- Chelp
- Dheaders
Explanation
The -h option in the objdump command displays section headers of an object file. According to general usage and command-line documentation, and also explained in digital forensics tools discussions in the CyberOps course, the header information includes details about the name, size, VMA, LMA, file offset, and alignment of each section in the object file. This helps analysts understand how data is stored and organized within compiled files during forensic examinations.
Topics
Community Discussion
No community discussion yet for this question.