Devlog 17
ICON EXTRACTION!!!
so instead of making a whole PE Parser, i learned of this tool called “wrestool” it’s a part of something called Icoutils so what if……we just bundle wrestool and then use it to extract raw ICO data from an exe file? and since NSImage supports ico
this worked perfectly!!
I struggled a bit with byte encoding but eventually realized we want raw bytes (not a string lol) and found the correct option and that was it
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.