v2.0.0-beta.4
·
238 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 report
now accepts a--format
/-f
argument to switch betweenjson
andproto
(binary protobuf) output.
- Added: Support
R_MIPS_LITERAL
,R_MIPS15_S3
relocations (#92, #95)
Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4