300-215 · Question #11
Which magic byte indicates that an analyzed file is a pdf file?
The correct answer is C. 255044462d. The magic number (also known as a magic byte) is a sequence of bytes used to identify the format of a file. For PDF files, the standard magic number is: 25 50 44 46, which translates to %PDF in ASCII. Option C (255044462d) begins with 25 50 44 46, confirming it's a PDF file…
Question
Which magic byte indicates that an analyzed file is a pdf file?
Options
- AcGRmZmlsZQ
- B706466666
- C255044462d
- D0a0ah4cg
How the community answered
(28 responses)- A7% (2)
- B4% (1)
- C86% (24)
- D4% (1)
Explanation
The magic number (also known as a magic byte) is a sequence of bytes used to identify the format of a file. For PDF files, the standard magic number is: 25 50 44 46, which translates to %PDF in ASCII. Option C (255044462d) begins with 25 50 44 46, confirming it's a PDF file signature. This is a key forensic detail when performing file type identification and validation of potentially obfuscated or renamed files.
Topics
Community Discussion
No community discussion yet for this question.