Skip to content

Releases: sharkwouter/pe-resource-loader

pe-resource-loader 1.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Mar 07:39

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_GetResourceNames and PeResourceLoader_GetNamedResource functions.
  • Headers for bitmap are now generated more dynamically, making more bitmap types look correct.
  • The PeResourceLoader_GetResourceIds function 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

Choose a tag to compare

@github-actions github-actions released this 12 Dec 20:24

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.