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

Commits on Jun 29, 2026

  1. Configuration menu
    Copy the full SHA
    21aaa71 View commit details
    Browse the repository at this point in the history
  2. Fix EFI workflow resolver analysis re-entrancy

    Run workflow-triggered EFI resolution on a detached resolver thread
    instead of inline in the workflow worker. This preserves the per-run
    background task fix while allowing UpdateAnalysisAndWait() to actually
    wait, so type propagation sees refreshed IL/type state.
    
    Also catch detached-thread exceptions and log resolver failures instead
    of letting them terminate the process.
    zznop authored and fuzyll committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    4a8af07 View commit details
    Browse the repository at this point in the history
  3. Fix more EFI resolver issues.

    fuzyll committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    dd1d145 View commit details
    Browse the repository at this point in the history
  4. Support more stuff in DXE resolver.

    Specifically trying to handle:
    - InstallMultipleProtocolInterfaces
    - UninstallMultipleProtocolInterfaces
    - InstallProtocolInterface
    - ReinstallProtocolInterface
    - UninstallProtocolInterface
    - RegisterProtocolNotify
    - LocateHandle
    - OpenProtocolInformation
    - LocateHandleBuffer
    
    Handle more DXE items.
    fuzyll committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    c53b162 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae10070 View commit details
    Browse the repository at this point in the history
Loading