Skip to content

Releases: advnpzn/IUBPatchLib

v0.2.0

19 Nov 11:53
52f9aae

Choose a tag to compare

Changelog(s)

Added

  • Source file verification in validate_patch to check size and CRC32 checksum against patch metadata.
  • Shared CRC32 utility header include/iubpatch/crc32.h.

Changed

  • Refactored UPS and BPS format implementations to use the shared CRC32 utility.
  • Moved internal CRC32 logic to a public header for better reusability.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

17 Nov 16:53
7e78d32

Choose a tag to compare

Changelog(s)

Initial Release 🎉

  • Supports IPS, UPS and BPS patching formats
  • Uses mmap for reading ROMs and patches.
  • Provided some initial tests (GTest) and Benchmarks (Google Bench)
  • Ability to build both or either shared or static libs.

Full Changelog: https://github.com/advnpzn/IUBPatchLib/commits/v0.1.0