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

path #27

Open
ddy-ddy opened this issue Feb 9, 2021 · 1 comment
Open

path #27

ddy-ddy opened this issue Feb 9, 2021 · 1 comment

Comments

@ddy-ddy
Copy link

ddy-ddy commented Feb 9, 2021

Hello author, I want to get all the paths of a program separately, which part of the code should I use? Or do you have any other suggestions? Looking forward to your reply

@tballmsft
Copy link

The engine is based on dynamic symbolic execution, which means running the program first on a concrete input to get a single path and then exploring from that path. The engine is not built to enumerate the paths of a program statically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants