正解:B
Option B is the best answer because repeated runs of 00 and FF values across large sections of a file often indicate padding, erased space, alignment bytes, or unused regions rather than meaningful user content.
CHFI v11 includes Understanding Hex Editors and Hexadecimal Notation , OFFSET , and Hex View of Popular Image File Formats and other file formats, so candidates are expected to interpret repeated byte patterns in forensic hex analysis.
In practice, filler bytes are commonly used to pad structures to expected boundaries or to fill slack or reserved regions in a file or data structure. Repeated 00 bytes are especially common as null padding, while FF bytes may appear in erased or filled areas depending on the application, medium, or format. These patterns alone do not automatically prove corruption, encryption, or compression.
Data corruption usually requires stronger evidence than repeated filler values. Compression and encryption tend to produce more varied or high-entropy byte patterns rather than long simple repetitive runs. Therefore, under CHFI's file-format and hex-analysis objectives, the most reasonable interpretation is file padding or unused data .