google / binexport

Export disassemblies into Protocol Buffers
Apache License 2.0
1.03k stars 197 forks source link

It prevents IDA Pro from opening minidump files. #95

Closed maskelihileci closed 5 months ago

maskelihileci commented 2 years ago

This plugin and also the bindiff7 plugin prevent IDA Pro from opening minidump files (.dmp files).

image

It causes such an error and when I delete the plugins, the problem disappears.

cblichmann commented 2 years ago

Hi! This problem should be the same as described in BinDiff b/206656063. Abseil's Symbolize() function is the culprit. The fix is to delay-load dbghlp.dll, which we have done internally already (and this repo also contains the fix).

I have attached the latest nightly release binaries for the plugins (those are code-signed): bindiff7_20220912_delayload.zip

BinDiff 8 will incorporate the fix.

cblichmann commented 5 months ago

BinDiff 8 and BinExport 12 have long since been released and include this fix.