Christian Blichmann

Results 113 comments of Christian Blichmann

I see. I just now loaded the most recent version of `electron.exe` into Ghidra 9.2 on my Mac. It's still disassembling, though. Will try this out for myself as soon...

I stopped Ghidra after 1h and 84%, as it was clearly not going anywhere. Situation is similar to yours, it hovers at around 9.1GiB and the garbage collector is running...

I have not tried this out. But I don't see why it shouldn't be possible, at least in principle.

Thanks! In c6cf16a48836b732f46842992badc0dbae3ff87f, I updated Protobuf to a newer version for the native code parts already. We should do this for the Java parts as well.

For reference: BinDiff [b/153891410](https://issuetracker.google.com/153891410).

Well, BinExport uses whatever the disassembler gives it. So on one hand, this should really be fixed in Ghidra, either by fixing its analysis/heuristics or manually by cleaning up the...

If I remember correctly, I had a discussion with @psifertex about this at some point. The initial rationale for BinExport circumventing the check was to provide more forward compatibility. I...

Please don't. People will forget about the `chflags` and be very confused as to why newer versions of BinDiff will no longer properly install their plugins. Instead, I suggest to...

Just re-checked: The current stable channel of the Binary Ninja API defines ``` #define BN_CURRENT_CORE_ABI_VERSION 21 #define BN_MINIMUM_CORE_ABI_VERSION 20 ``` and the current dev version (from [22c0d1f](https://github.com/Vector35/binaryninja-api/commit/22c0d1f1f85d9438ece720761060c1011c24b388) defines ``` #define...

> Would you please be so kind to consider adding BUILD instructions? May be a Wiki page for start, with BN's and progressively adding other supported tools? > You mean...