I'm getting the following from a third party library (one example):
@%SystemRoot%\SomePath\SomeFile.Dll,-203
I know from context that this is an icon. My question is, how would I take these "addresses" and actually pull out the data?
On a related note, I'd also like to know the best way to pull the displayed (from the shell) icon out of a vanilla EXE.
I'm working in C#, but I can work with C or C++ examples just as well.