dominichayesferen / WindowsThemePlasmaConverter

Convert a Windows theme into a Plasma Global Theme
5 stars 0 forks source link

Obtaining resources from DLL files #1

Open dominichayesferen opened 6 months ago

dominichayesferen commented 6 months ago

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)