-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
There should be an automated script which will generate the filter from strace afterward it will be applied into source code, compiled, run. The run should be monitored with strace or other system call monitoring tool which will provide the input for the automated script. That automated script should parse the last syscall that emitted the termination and interactively edit the previously generated filter. When the edit is finished it should generate a new filter that would be applied, etc. This will work in iterations until there will be a functional filter.