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

Implicitly start analysis at a given symbol when only one is provided (i.e. -s flag) #434

Open
danmatichuk opened this issue Aug 14, 2024 · 0 comments
Assignees
Labels
presentation Related to making verifier output understandable

Comments

@danmatichuk
Copy link
Collaborator

When starting the verifier presents a list of entry points for the user to choose to start the analysis from. Currently that list is populated from any symbols provided via -s and the main entry point defined by the ELF file. To simplify the user interaction we could change it to have the following behavior:

  • If no additional symbols are provided, start the analysis from the main ELF entry point
  • If exactly one symbol is provided, start the analysis from that symbol
  • If more than one symbol is provided, present the list of symbols and allow the user to choose one to start from
@danmatichuk danmatichuk self-assigned this Aug 14, 2024
@danmatichuk danmatichuk added the presentation Related to making verifier output understandable label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
presentation Related to making verifier output understandable
Projects
None yet
Development

No branches or pull requests

1 participant