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: google/bindiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Vector35/google_bindiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 23 files changed
  • 2 contributors

Commits on Aug 18, 2026

  1. Make IDA optional dependency

    emesare committed Aug 18, 2026
    Configuration menu
    Copy the full SHA
    e224e10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55282a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f762ee1 View commit details
    Browse the repository at this point in the history
  4. Add absl::status_macros compatibility header for older LTS absl build

    In 57c2778 mainline bindiff starting using absl::status_macros which we do not have on our LTS version
    emesare committed Aug 18, 2026
    Configuration menu
    Copy the full SHA
    319605f View commit details
    Browse the repository at this point in the history
  5. Generate protos without find_package(Protobuf)

    Port `protobuf_generate_cpp` to `protobuf_generate, provided by the
    BinExport dependency setup. `find_package(Protobuf)` was only called for
    the codegen helper, but it probes `PATH` for a system `protoc` and emits
    a loud warning when its version differs from the fetched library.
    bdash committed Aug 18, 2026
    Configuration menu
    Copy the full SHA
    a83d07f View commit details
    Browse the repository at this point in the history
Loading