wire / magic /
ico
Windows icon signature (00 00 01 00) A Windows ICO icon file begins with a 6-byte ICONDIR header: a 2-byte reserved zero field, a 2-byte little-endian type field (0x0001 = icon, 0x0002 = cursor), then a 2-byte image count. So an icon starts 00 00 01 00.
magic kind signature status de-facto verification verified tier C file-signature@1
aka: ICO magic · ICONDIR · Windows icon
file signature magic: 00 00 01 00⧉ copy @ offset 0
ascii: \x00\x00\x01\x00
.ico image/x-icon
spec: Microsoft ICO/CUR Icon Image Format
Bytes 0-1: reserved, always 0. Bytes 2-3: type, little-endian: 0x0001 = icon (.ico), 0x0002 = cursor (.cur), giving 00 00 02 00. Bytes 4-5: number of images in the file. Individual images inside may be BMP (DIB) or PNG encoded (Vista+). provenance per-fact attribution:
agent: curl -H 'accept: application/json' wire.phall.io/magic/ico⧉ copy
or /magic/ico.json ⧉ copy
wire.phall.io ⌘K search main ✓