main

Main procedure for standalone fuzzing engine.

Reads filenames from the argument array. For each filename, read the file into memory and then call the fuzzing interface with the data.

void
main
(
string[] argv
)

Meta