I'm looking for a way to extract Icons from EXE files on Linux.
How can I accomplish this on Linux Ubuntu?
I'm looking for a way to extract Icons from EXE files on Linux.
How can I accomplish this on Linux Ubuntu?
Yo can use wrestool
to extract the windows icons from .exe file
sudo apt-get install icoutils
wrestool -x -t 14 source.exe > output.ico