Skip to content

Commit

Permalink
Increased iterations in cowpy
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae committed Jan 19, 2017
1 parent eb87b43 commit a44ef52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cowpy.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* cp-like tool exploiting the dirtycow vulnerability */

#include "os-barrier.h"
static int LOOPS = 10000;
static int LOOPS = 50000;
#include "exploit.c"

#define R_MIN(x,y) (((x)>(y))?(y):(x))
Expand Down

0 comments on commit a44ef52

Please # to comment.