v2.0.0-beta.4
·
272 commits
to main
since this release
What's Changed
- Breaking:
objdiff-cli report's output format has changed. It's now defined using a protobuf definition, and uses proto 3 JSON mapping. Primarily, u64 numbers are now represented as decimal strings, and some fields were moved.objdiff-cli reportnow accepts a--format/-fargument to switch betweenjsonandproto(binary protobuf) output.
- Added: Support
R_MIPS_LITERAL,R_MIPS15_S3relocations (#92, #95)
Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4