Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: encounter/objdiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.5
Choose a base ref
...
head repository: encounter/objdiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.0
Choose a head ref
  • 6 commits
  • 22 files changed
  • 2 contributors

Commits on Dec 21, 2025

  1. Update deny.toml

    encounter committed Dec 21, 2025
    Configuration menu
    Copy the full SHA
    90c9316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ad60de View commit details
    Browse the repository at this point in the history
  3. Improve automatic symbol pairing for functions with compiler-generate…

    …d names (#303)
    
    * Fix `__arraydtor$1234`s sometimes being swapped
    
    The list of symbols is not necessarily sorted by address, so if there are multiple `__arraydtor$1234` functions it's possible that they're in reverse order on the right, which would cause them to be paired up incorrectly.
    
    To fix this we sort by section index and symbol address after filtering down the list of symbols to ones that have matching names.
    
    * Support pairing up symbols for anonymous classes
    
    * Disallow exact-name pairups for compiler-generated symbols
    LagoLunatic authored Dec 21, 2025
    Configuration menu
    Copy the full SHA
    278683f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3f4b04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0b9bfa View commit details
    Browse the repository at this point in the history
  6. Version 3.5.0

    encounter committed Dec 21, 2025
    Configuration menu
    Copy the full SHA
    67b28b7 View commit details
    Browse the repository at this point in the history
Loading