Analysis stuck with several bogus functions #6177
Labels
Component: Core
Issue needs changes to the core
Effort: Low
Issue should take < 1 week
Impact: Low
Issue is a papercut or has a good, supported workaround
Type: Bug
Issue is a non-crashing bug with repro steps
While analyzing kernel32.dll_.zip, the analysis takes 550+ seconds to finish. I found that most of the time are wasted in analyzing a few bogus functions. They are not real functions, but they happen to be possible to disassemble. And the analysis seems to get into a loop on some of them, though eventually the analysis correctly bails out when the function analysis time exceeds the limit. We should see if we can fix the analysis loop and bail out sooner
The text was updated successfully, but these errors were encountered: