You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AFLplusplus/src/AFLplusplus-stable/src
Five e950591f61
emmm
6 months ago
..
README.md five 6 months ago
afl-analyze.c five 6 months ago
afl-as.c emmm 6 months ago
afl-cc.c emmm 6 months ago
afl-common.c five 6 months ago
afl-forkserver.c five 6 months ago
afl-fuzz-bitmap.c five 6 months ago
afl-fuzz-cmplog.c five 6 months ago
afl-fuzz-extras.c five 6 months ago
afl-fuzz-init.c five 6 months ago
afl-fuzz-mutators.c five 6 months ago
afl-fuzz-one.c five 6 months ago
afl-fuzz-python.c five 6 months ago
afl-fuzz-queue.c five 6 months ago
afl-fuzz-redqueen.c five 6 months ago
afl-fuzz-run.c five 6 months ago
afl-fuzz-skipdet.c five 6 months ago
afl-fuzz-state.c five 6 months ago
afl-fuzz-stats.c five 6 months ago
afl-fuzz-statsd.c five 6 months ago
afl-fuzz.c five 6 months ago
afl-gotcpu.c five 6 months ago
afl-ld-lto.c five 6 months ago
afl-performance.c five 6 months ago
afl-sharedmem.c five 6 months ago
afl-showmap.c five 6 months ago
afl-tmin.c five 6 months ago
hashmap.c five 6 months ago

README.md

Source Folder

Quick explanation about the files here:

  • afl-analyze.c - afl-analyze binary tool
  • afl-as.c - afl-as binary tool
  • afl-cc.c - afl-cc binary tool
  • afl-common.c - common functions, used by afl-analyze, afl-fuzz, afl-showmap and afl-tmin
  • afl-forkserver.c - forkserver implementation, used by afl-fuzz afl-showmap, afl-tmin
  • afl-fuzz-bitmap.c - afl-fuzz bitmap handling
  • afl-fuzz.c - afl-fuzz binary tool (just main() and usage())
  • afl-fuzz-cmplog.c - afl-fuzz cmplog functions
  • afl-fuzz-extras.c - afl-fuzz the extra function calls
  • afl-fuzz-init.c - afl-fuzz initialization
  • afl-fuzz-misc.c - afl-fuzz misc functions
  • afl-fuzz-mutators.c - afl-fuzz custom mutator and python support
  • afl-fuzz-one.c - afl-fuzz fuzzer_one big loop, this is where the mutation is happening
  • afl-fuzz-performance.c - hash64 and rand functions
  • afl-fuzz-python.c - afl-fuzz the python mutator extension
  • afl-fuzz-queue.c - afl-fuzz handling the queue
  • afl-fuzz-redqueen.c - afl-fuzz redqueen implementation
  • afl-fuzz-run.c - afl-fuzz running the target
  • afl-fuzz-state.c - afl-fuzz state and globals
  • afl-fuzz-stats.c - afl-fuzz writing the statistics file
  • afl-gotcpu.c - afl-gotcpu binary tool
  • afl-ld-lto.c - LTO linker helper
  • afl-sharedmem.c - sharedmem implementation, used by afl-fuzz, afl-showmap, afl-tmin
  • afl-showmap.c - afl-showmap binary tool
  • afl-tmin.c - afl-tmin binary tool