The small application is a goos sample and useful tool in the same time. It enumerates PE binary resources and counts languages used. Why? Normally you want single language of resources, however Visual Studio IDE does not show you languages in a convenient way and it is so easy to make a language mess which [...]
Posts Tagged ‘.res’
Enumerating Binary Resource Languages
Posted: 1st May 2012 by Roman in ATL, Source, UtilitiesTags: .rc, .res, C++, language, resource, utility, Windows API
0
Resource Tools: Custom Resource Types
Posted: 30th April 2012 by Roman in Resource Tools, TechnologyTags: .rc, .res, automation, resource, tool, utility
This update for Resource Tools adds an option to access custom resource types, such as FILE, TYPELIB, REGISTRY etc. It lets enumerate the resource, and load/save them. The COM interafce adds new Items property; the code snippet below accesses type library of image2.dll and saves it into external tyle library file image2.tlb: image = new [...]
Resource Tools: 64-bit build
Posted: 30th August 2011 by Roman in Resource Tools, TechnologyTags: .rc, .res, automation, resource, tool, utility, x64
I rebuilt the Resource Tools utility in 64-bits to, supposedly, be able to be good with resources on 64-bit binaries (actually 32-bit code might be dealing with those fine also?). Anyway, the build is here and the tool available in both 32-bit and 64-bit versions. In particular, both 32-bit and 64-bit JavaScript scripts hosted by [...]
