|
|
|
|
|
by TheLoneWolfling
4105 days ago
|
|
I wonder if that could be implemented as an extension to AFL. I.e. mutate random values for a while, then use an SMT solver to try to find any remaining code paths that haven't been followed by AFL. I have a feeling AFL would be faster for "simple" paths, but an SMT solver may be handy for getting those last few paths. |
|