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 has been archived by the owner on Mar 22, 2024. It is now read-only.
I'm a beginner in fuzzing, thanks for the awesome AFL to guide me into fuzzing. but, when I read the source of AFL, I can't understand the operation described as the issue title (the source is https://github.com/google/AFL/blob/master/afl-fuzz.c#L5523). According to my understanding, if it is to perform arithmetic addition and subtraction, then directly reduce the price, why still do xor operation?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am sorry for asking the question here.
I'm a beginner in fuzzing, thanks for the awesome AFL to guide me into fuzzing. but, when I read the source of AFL, I can't understand the operation described as the issue title (the source is https://github.com/google/AFL/blob/master/afl-fuzz.c#L5523). According to my understanding, if it is to perform arithmetic addition and subtraction, then directly reduce the price, why still do xor operation?
The text was updated successfully, but these errors were encountered: