View Single Post
  #1  
Old 07-14-2026, 08:23
HarrySpoofer HarrySpoofer is offline
Friend
 
Join Date: Jul 2018
Posts: 50
Rept. Given: 0
Rept. Rcvd 5 Times in 3 Posts
Thanks Given: 11
Thanks Rcvd at 52 Times in 20 Posts
HarrySpoofer Reputation: 5
Icon extractor from RAM

This is the source code (and compiled executable) for a small console utility written in plain-C for MS-Windows that extracts every icon from the resources of a running process (in RAM) and from every module that this process has already loaded, and additionally raw-dumps any PNG / JPEG / BMP / SVG resources found in the other resource types.

The utility is unique in that everything is read ONLY from the target process's memory (RAM); The on-disk module files are never opened, which is useful when they are encrypted on disk and decrypted on-the-fly by a custom loader.

P.S.
If you are unable to download the attached file, let me know where you would like to have it uploaded.
Attached Files
File Type: rar ExtractIcons.rar (25.4 KB, 7 views)

Last edited by HarrySpoofer; 07-14-2026 at 08:31.
Reply With Quote
The Following 2 Users Say Thank You to HarrySpoofer For This Useful Post:
MarcElBichon (07-14-2026), user_hidden (07-14-2026)