Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如 jpeg (JFIF) 有一个 SOI(图像开始)标记。有人可能会争辩说它可以用来识别文件的类型,但我正在寻找更合理的理由来支持示例。
这些通常被称为“签名字节”,它们的主要目的只是帮助验证文件。有些文件类型在文件的其他地方包含额外的签名字节(即:BMP 格式),有些则根本不包含。后一种通常仍然提供一些其他方法来使用各种技术验证文件,例如校验和、存储的文件大小等。