Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analysis stuck with several bogus functions #6177

Open
xusheng6 opened this issue Nov 22, 2024 · 0 comments
Open

Analysis stuck with several bogus functions #6177

xusheng6 opened this issue Nov 22, 2024 · 0 comments
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

Comments

@xusheng6
Copy link
Member

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

@xusheng6 xusheng6 added Type: Bug Issue is a non-crashing bug with repro steps Component: Core Issue needs changes to the core Impact: Low Issue is a papercut or has a good, supported workaround Effort: Low Issue should take < 1 week labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant