Skip to content

Tags: OndrikB/objdiff

Tags

v2.0.0

Toggle v2.0.0's commit message
Version v2.0.0

v2.0.0-beta.6

Toggle v2.0.0-beta.6's commit message
CI: Fix Cargo.toml version check

v2.0.0-beta.5

Toggle v2.0.0-beta.5's commit message
Hide auto-generated objects in object list

With filter option to display them,
if desired. decomp-toolkit will
start writing auto-generated objects
in objdiff.json for reporting
purposes, so this maintains the
existing behavior.

v2.0.0-beta.4

Toggle v2.0.0-beta.4's commit message
Support R_MIPS_LITERAL, R_MIPS15_S3 relocations

Resolves encounter#92
Resolves encounter#95

v2.0.0-beta.3

Toggle v2.0.0-beta.3's commit message
Guard against symbols larger than section

v2.0.0-beta.2

Toggle v2.0.0-beta.2's commit message
cargo +nightly fmt

v2.0.0-beta.1

Toggle v2.0.0-beta.1's commit message
Version 2.0.0-beta.1

v2.0.0-alpha.5

Toggle v2.0.0-alpha.5's commit message
Version v2.0.0-alpha.5

v2.0.0-alpha.4

Toggle v2.0.0-alpha.4's commit message
Add graphics backend configuration

Hopefully encounter#74, encounter#73, encounter#56

v2.0.0-alpha.3

Toggle v2.0.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix read error on objects with no .text section (encounter#67)

* Fix read error on objects with no .text section

* Fix read error on DWARF 1.1 objects

* Revert DWARF 1 changes

---------

Co-authored-by: Luke Street <luke@street.dev>