Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
standaloneengine.c File Reference
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "fuzz.h"

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

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.