Skip to content

Instrumenting AFL Fuzzer to display intermediate execution information

Notifications You must be signed in to change notification settings

AnonymousMonkey2021/AFL-Fuzzer-Instrumentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

AFL-Fuzzer-Instrumentation

Instrumenting AFL Fuzzer to display intermediate execution information. Note: AFL Fuzzer is from here: http://lcamtuf.coredump.cx/afl/

For better understanding of AFL Fuzzer, I am planning on inserting some code into the original AFL fuzzer source code for recording all the fuzzed inputs locally. So I can read the difference between each generated input and see what has been modified using what fuzzing technique.

While AFL fuzzer website provides a lot of very detailed documentations, this would help me with better understanding the implementation details of AFL fuzzer.

About

Instrumenting AFL Fuzzer to display intermediate execution information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published