Vector35 / Vector35/binaryninja-api

Analysis stuck with several bogus functions

Open
#6,177 0 comments 0 reactions 1 assignee View on GitHub

@bpotchik is already working on this.

Since Dec 3, 2024.

Component: Core Effort: Low Impact: Low
Dominant language
C++
Stars
1.3k
Forks
298
Avg merge
5d 5h
Merged PRs (30d)
19

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.