This is going to be an important factor in getting stuff for themes' l'il extras.
For most resources, we can just use wrestool from icoutils, such as so: wrestool -x --output=. --type=group_icon /home/dominich/isos/imageres.dll
However, for resources such as IMAGES, we'll need to use 7z to do the heavy lifting, seen for instance with 7z e '-i!.rsrc/IMAGE/5031' /home/dominich/isos/imageres.dll '-o/tmp/test' (note that destination filename can't be changed)
This is going to be an important factor in getting stuff for themes' l'il extras.
For most resources, we can just use wrestool from icoutils, such as so:
wrestool -x --output=. --type=group_icon /home/dominich/isos/imageres.dll
However, for resources such as IMAGES, we'll need to use 7z to do the heavy lifting, seen for instance with
7z e '-i!.rsrc/IMAGE/5031' /home/dominich/isos/imageres.dll '-o/tmp/test'
(note that destination filename can't be changed)