You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2025. It is now read-only.
The random fuzzing algorithm is basically the same as a mutation based fuzzing algorithm where each bit is not masked. Therefore it would be a good idea to deprecate the random fuzzing algorithm. Before deprecating, we must make sure that we have changed the following:
Linear fuzzer should now use mutation based methods instead of random based ones.
Note: If the random fuzzing algorithm or mutation based algorithm are ever expanded on to make them not interchangeable, we should obviously not deprecate the random algorithm.
The random fuzzing algorithm is basically the same as a mutation based fuzzing algorithm where each bit is not masked. Therefore it would be a good idea to deprecate the random fuzzing algorithm. Before deprecating, we must make sure that we have changed the following:
Note: If the random fuzzing algorithm or mutation based algorithm are ever expanded on to make them not interchangeable, we should obviously not deprecate the random algorithm.