Skip to content

v2.0.0-beta.4

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 04:19
· 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 between json and proto (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