Christian Blichmann

Results 153 comments of Christian Blichmann

Note: Intel Sunrise Point is a 100 Series Chipset. Should work on this next. 200 and 300 Series will likely work similar (see #3).

[ Sorry for the late reply, was on vacation. ] There are no immediate plans, but I do have a rather recent Intel machine where I could test this on....

[Chipsec](https://github.com/chipsec/chipsec) should be able to dump your BIOS: `chipsec_util.py spi dump rom.bin` Alternatively, you can also try [flashrom](https://flashrom.org/Flashrom), but I don't know a simple invocation off the top of my...

That indeed looks somewhat surprising. However, BinExport still relies on IDA's representation. In [`AnalyzeFlow()`](https://github.com/google/binexport/blob/f9409a7585182ce540f8f35db6a42cf272cfd28e/ida/flow_analysis.cc#L130), we simply follow its internal representation and do some fix-ups. So if IDA has spurious basic...

Yes, I don't think we currently face this issue. Closing.

Fixed in BinExport. Still present in BinDiff 7 stable.

Oh wow, I should've noticed this much earlier. @patacca: You're right, we export this as "Imported", which is a bug. However, after a bit of debugging and not finding anything...

Yes, we can definitely do that. It'd be awkward to use from a command-line and we'd also need to make this a BinDiff setting. I'll look into that.

Note: You can try this out with the artifacts that are now being built for each commit: https://github.com/google/binexport/actions/runs/5678688428

As a temporary workaround, you can increase the limits in [flow_graph.h](https://github.com/google/binexport/blob/fc8cb8894dd35feae3221903ce4dc42ccc63d2d5/flow_graph.h#L37) and recompile. This should indeed be configurable, but I'm trying to figure out the best way to do this....