selective-php / image-type

Image type (format) detection for PHP
MIT License
7 stars 4 forks source link

ANI - Animated Cursor #53

Closed odan closed 5 years ago

odan commented 5 years ago

Signature:

When inspecting a sample.ani file's data using any Hex Viewer, we can see it starts with a signature RIFF (hex: 52, 49, 46, 46).

At offset 8 there is a signature of ANI RIFF Type ACON (hex: 41, 43, 4F, 4E).

Offset 0 + 4 Bytes: RIFF Offset 8 + 4 Bytes: ACON