Any way to speed up auto analyze on huge binaries ? #9298
Unanswered
H0llyW00dzZ
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
working on a ~250 MB PE x64 dll and the initial auto analyze takes
forever before the listing and decompiler become usable. machine has
plenty of ram and cores so it's not a hardware issue.
is there a known good way to make this faster? things i'm not sure about:
there a way to see per-analyzer timing so i know what to turn off
for the same analyzer set, or if it's the same work
switch analysis, etc.) and only re-run them on functions i actually
open
would appreciate any pointers, docs, or scripts that have worked for
others on binaries in this size range.
thanks.
All reactions