You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
avoid blocking the IDA UI while doing the initial analysis and matching. show a progress bar in the plugin tab rather than the popup dialog. once the analysis is complete, show the results in the tab.
williballenthin
changed the title
explorer: do analyis and matching in a background thread
explorer: do analysis and matching in a background thread
May 10, 2023
avoid blocking the IDA UI while doing the initial analysis and matching. show a progress bar in the plugin tab rather than the popup dialog. once the analysis is complete, show the results in the tab.
lighthouse seems to be using threads to enable high performance painting of the database, and has details here: https://github.com/gaasedelen/lighthouse/blob/develop/plugins/lighthouse/painting/ida_painter.py#L70
notably, we only read from the database, not write, so should be even easier to do in the background?
The text was updated successfully, but these errors were encountered: