Skip to content

BinaryViews should support multiple entry points #1180

@joshwatson

Description

@joshwatson

One can add multiple entry points to a BinaryView by just calling BinaryView::AddEntryPointForAnalysis with a new address. However, calling BinaryView::GetAnalysisEntryPoint can only return the most recently added entry point; there does not appear to be a way to get all of the entry points.

There should probably be an API that returns a vector of all entry points, rather than just the last one.

Metadata

Metadata

Assignees

Labels

Component: CoreIssue needs changes to the coreEffort: LowIssues require < 1 week of workImpact: LowIssue is a papercut or has a good, supported workaround

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions