-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbasicModules.yaml
33 lines (32 loc) · 1.13 KB
/
basicModules.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
vmfModules:
storage: #a storage module must be specified
className: SimpleStorage
controller: #a controller module must be specified
className: IterativeController
children:
- className: DirectoryBasedSeedGen
- className: GeneticAlgorithmInputGenerator
- className: AFLForkserverExecutor
- className: AFLFeedback
- className: SaveCorpusOutput
- className: ComputeStats
- className: StatsOutput
GeneticAlgorithmInputGenerator:
children:
- className: AFLFlipBitMutator
- className: AFLFlip2BitMutator
- className: AFLFlip4BitMutator
- className: AFLFlipByteMutator
- className: AFLFlip2ByteMutator
- className: AFLFlip4ByteMutator
- className: AFLRandomByteAddSubMutator
- className: AFLRandomByteMutator
- className: AFLDeleteMutator
- className: AFLCloneMutator
- className: AFLSpliceMutator
# Modules-specific parameters
#(The SUT-specific portions of these all defined using YAML anchors)
AFLForkserverExecutor:
sutArgv: *SUT_ARGV
DirectoryBasedSeedGen:
inputDir: *INPUT_DIR