Skip to content

Commit

Permalink
Merge branch 'googleprojectzero:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
hxm-cpp authored Jan 11, 2024
2 parents 2a606a0 + c862ee2 commit 916ead2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions winafl.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ static uint verbose;
#define COVERAGE_BB 0
#define COVERAGE_EDGE 1

#ifndef INOUT
#define INOUT
#endif

//fuzz modes
enum persistence_mode_t { native_mode = 0, in_app = 1,};

Expand Down

0 comments on commit 916ead2

Please sign in to comment.