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.2.1
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.3.0
Choose a head ref
  • 8 commits
  • 42 files changed
  • 3 contributors

Commits on Sep 10, 2025

  1. [MIPS] Add support for the other ABIs supported by rabbitizer (#259)

    * [MIPS] Add support for the other abis supported by rabbitizer
    
    * update test
    AngheloAlf authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    e6035b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. Standardize the values for invalid and data opcodes (#261)

    * Standardize the value for an invalid opcode
    >
    > This makes it so that all arches share the same value for an invalid opcode, so platform-specific logic isn't needed for checking whether instructions are valid.
    Also updated dependencies
    
    * OPCODE_DATA too
    ethteck authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    e2c7034 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    fe8e702 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Add 'None' demangler option

    encounter committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    1866158 View commit details
    Browse the repository at this point in the history
  2. Support overriding diff options in project config (& for individual u…

    …nits) (#263)
    
    * Support loading diff options from project config
    
    * Support per-unit option overrides
    encounter authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    56dac46 View commit details
    Browse the repository at this point in the history
  3. Version v3.3.0

    encounter committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    7a8efb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Improve ARM function size inference

    This allows 2-byte padding to be trimmed in ARM functions.
    
    Resolves #253
    encounter committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    90e81fa View commit details
    Browse the repository at this point in the history
  2. Support IDO .mdebug for line numbers (#264)

    * Support IDO .mdebug for line numbers
    
    Resolves #179
    
    * Fix wasm build && cargo clippy --fix
    
    * Resolve review comment
    encounter authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    572afa8 View commit details
    Browse the repository at this point in the history
Loading