What is FOT?
FOT means the Fuzzing Orchestration Toolkit. It is a versatile, configurable and extensible fuzzing framework.
How is FOT different from the fuzzing frameworks such as AFL?
While AFL and honggfuzz aim to be easy to use and requires essentially no configuration, FOT is designed to be extensible to integrate different fuzzing techniques. It is different from libFuzzer in that we still focus on the executable fuzzing and allows for fuzzing against closed-source binaries.
What are the features can we expect from FOT?