Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
892 stars 199 forks source link

Opening DVTInstrumentsAnalysisCore crashes Binary Ninja #3691

Closed saagarjha closed 1 year ago

saagarjha commented 1 year ago

Version and Platform (required):

Bug Description: Disassembling DVTInstrumentsAnalysisCore (attached, but also available at /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsAnalysisCore.framework/DVTInstrumentsAnalysisCore) crashes Binary Ninja.

Steps To Reproduce: Please provide all steps required to reproduce the behavior:

  1. Open the file.

Expected Behavior: No crash.

Additional Information: binaryninja-2022-11-21-230258.txt ← this is actually an IPS file DVTInstrumentsAnalysisCore.zip

0cyn commented 1 year ago

Should be resolved in builds >= 3.2.3870

saagarjha commented 1 year ago

Thanks!