PE header
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi everybody. I need to get the .bmp and .ico resources of an excecutable file(.exe) or a .dll file, Using the PE and RVA. Please if anybody can helpme, i will be gratefull.
And you want to do this in C#? That's a difficult task. I would write the application in C++, and use the resource API functions[^] to get the resources. There are routines to find all the resources (
EnumResourceNames
andEnumResourceTypes
) and to modify them (UpdateResource
). Browse MSDN and you'll find a lot of information. -- LuisR
Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!
The amount of sleep the average person needs is five more minutes. -- Vikram A Punathambekar, Aug. 11, 2005