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
The Binary Ninja backend is really slow. Like many times slower than vivisect or IDA. From a quick profile, check_segment_for_pe takes up a majority of the runtime. Let's optimize this.
The text was updated successfully, but these errors were encountered:
The Binary Ninja backend is really slow. Like many times slower than vivisect or IDA. From a quick profile,
check_segment_for_pe
takes up a majority of the runtime. Let's optimize this.The text was updated successfully, but these errors were encountered: