joxeankoret / diaphora

Diaphora, the most advanced Free and Open Source program diffing tool.
http://diaphora.re
GNU Affero General Public License v3.0
3.64k stars 372 forks source link

Suppress "Decompiling..." message box #170

Closed patois closed 5 years ago

patois commented 5 years ago

Starting with IDA 7.3 (or so I believe), ida_hexrays.decompile() accepts a flags argument, such as "DECOMP_NO_WAIT". If this argument is specified, the "Decompiling..." "wait box" is suppressed. Among other things, this should be much more pleasant to the eyes :)

joxeankoret commented 5 years ago

I didn't know such a flag was added. Thanks!

joxeankoret commented 5 years ago

Done. Fixed with 40807646f6fb6023cc67c1646b8376c12c1ad752. Thanks!