Comparing v3.4.5...v3.5.0 · encounter/objdiff

Commits on Dec 21, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    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
    Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. Configuration menu

    Browse the repository at this point in the history

  6. Configuration menu

    Browse the repository at this point in the history