Releases: advnpzn/IUBPatchLib
Releases · advnpzn/IUBPatchLib
v0.2.0
Changelog(s)
Added
- Source file verification in
validate_patchto 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
Changelog(s)
Initial Release 🎉
- Supports IPS, UPS and BPS patching formats
- Uses
mmapfor 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