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

Parallelising the analysis #23

Open
olivierpierre opened this issue Feb 11, 2025 · 0 comments
Open

Parallelising the analysis #23

olivierpierre opened this issue Feb 11, 2025 · 0 comments

Comments

@olivierpierre
Copy link
Collaborator

An analysis currently runs as follows:

  1. Launch the program under test once and trace with strace every system call made;
  2. For each system call traced, run the program twice a) stubbing and b) faking the system call in question.

Step 2 is obviously the longest and lends itself well to being parallelised.

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

1 participant