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

Update pure concolict execution script #156

Merged

Conversation

lekcyjna123
Copy link
Contributor

Hi,
here is a bunch of changes to pure_concolic_execution.sh script.

  • Fixed error which cause that no execution have been done if the binary was in the same directory and path was without a prefix ./ e.g: pure_concolic_execution.sh -i input a.out
  • Fixed error which could cause a infinity loop. There was no check if the next input data have been already analysed. So there was possibility than in case when two inputs were allowed, then the first always generated the second, and the second the first.
  • Added -f flag to allow automatic sorting out interesting (e.g. failing) files to separate directory.

@aurelf aurelf merged commit 8978760 into eurecom-s3:master Feb 18, 2024
9 checks passed
@aurelf
Copy link
Member

aurelf commented Feb 18, 2024

Thanks for the PR, it would be nice to have checks for this script in the gh actions. But for now the changes seem minor and so should be fine.

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

Successfully merging this pull request may close these issues.

2 participants