Skip to content

Commit

Permalink
fuzzerentry Options: default to code coverage guided fuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
guidovranken committed Jul 6, 2018
1 parent b8acfa1 commit dea119a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fuzzerentry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ class Runner : public MethodRunner {

class Options {
public:
Options(void) {
sensorType = JF_SENSOR_CODE_COVERAGE;
}

typedef enum {
JF_SENSOR_CODE_COVERAGE,
JF_SENSOR_INTENSITY,
Expand Down

0 comments on commit dea119a

Please sign in to comment.