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

Add a UI for initializing the symbolic execution state #18

Open
travitch opened this issue Jun 2, 2020 · 0 comments
Open

Add a UI for initializing the symbolic execution state #18

travitch opened this issue Jun 2, 2020 · 0 comments
Labels
enhancement New feature or request ui Frontend-specific task

Comments

@travitch
Copy link
Contributor

travitch commented Jun 2, 2020

We currently allocate fresh values for every function argument before running the symbolic execution engine. This is a decent start, but we need to provide more user control:

  • Users should be able to specify concrete values
  • We need the ability to provide symbolic global states, too
    • This includes values for globals
    • It also likely includes heap allocations (reachable from arguments or other globals)

That could get really complicated, so having some automated support for telling users what has to be populated would be really helpful. The easiest shortcut is starting from a saved state template (possibly obtained via #6).

@travitch travitch added enhancement New feature or request ui Frontend-specific task labels Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui Frontend-specific task
Projects
None yet
Development

No branches or pull requests

1 participant