Vector35 / Vector35/binaryninja-api
Analysis loop potentially caused by indirect branch/caller analysis
Open
Nobody has claimed this yet.
Component: Core
Effort: Medium
Impact: High
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 298
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 19
Description
We get an analysis loop when we open the attached database.
One of the function that is contributing to the infinite loop is 0x100a2db3. And I see the stack trace that leads to this function being marked as updates required involves indirect branch analysis
I feel like this is related to, or the same as https://github.com/Vector35/binaryninja-api/issues/6222
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.