I can extract 32*32 icon images, but how about 48*48?
I want to extract an icon image with size 48*48 from a .exe file in Windows. At first, I got the icon resource bits and then I used "CreateIconFromResourceEx" API, but it works true for icon images with size 32*32.