Releases: sharkwouter/pe-resource-loader
Release list
pe-resource-loader 1.1.1
PE Resource Loader is a cross platform library for loading resources from exe and dll files . It supports strings, bitmaps, icons and cursors, but can also be used to load other resources. It was developed to be able to get strings and loading screen from Zoo Tycoon, but can be used on x86 or x86_64 exe or dll file. Today marks its scond release!
This release adds the following features:
- Named resources can now be loaded using the
PeResourceLoader_GetResourceNamesandPeResourceLoader_GetNamedResourcefunctions. - Headers for bitmap are now generated more dynamically, making more bitmap types look correct.
- The
PeResourceLoader_GetResourceIdsfunction now uses a uint16_t instead of a uint32_t for count. This might cause compatibility issues, but should be easily fixed.
For an example check out the pe-resource-loader website.
Currently PE Resource Loader requires GCC and only works on little-endian systems.
PE Resource Loader 1.0.0
PE Resource Loader is a cross platform library for loading resources from exe and dll files . It supports strings, bitmaps, icons and cursors, but can also be used to load other resources. It was developed to be able to get strings and loading screen from Zoo Tycoon, but can be used on x86 or x86_64 exe or dll file. Today marks its first release!
For an example check out the pe-resource-loader website.
Currently PE Resource Loader requires GCC and only works on little-endian systems.