10

I was looking at what's inside C:/Windows/System32/imageres.dll (which contains most icons used by windows 8.1) and noticed it also contains some files inside its RCDATA which are not image files.

After opening those files in Notepad++, I noticed that they all seem to start with the magic number "CF AC 07" followed by some kind of header. After that, a series of png images follow (around 5-10 per file). I can then split the file into several png files and open them with an image viewer.

Here is a zip file containing all the split images: https://github.com/Runemoro/files/blob/master/png.zip?raw=true
And here's an imgur link with a few of the images: https://i.sstatic.net/EJlT5.jpg

The png images in each collection seem to be related. For example, some of them stitchable together to make a larger image.

Some of the files (20400-2.png, for example) have metadata that tells us that they were made with "Adobe Photoshop CS6 (Windows)" in 2012. Tineye doesn't give any results when searching for the image.

What are these images used for, and what is the format of their containing files?

1 Answers1

10

They were used as "tattoos" on the Windows 8 metro start screen. You could select from a variety of subtle or more colorful designs.

enter image description here
(sorry for the huge image, only had a VM on-hand)

Either Windows 8.1 or 8.1 Update 1 added more designs, IIRC.

kenorb
  • 26,615
user219095
  • 65,551