Skip to content

Commit

Permalink
fix(exploit.c): fix wrong usleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
V4bel-theori committed Aug 16, 2024
1 parent 968b52b commit a8551ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#define PAGE_SIZE 0x1000

#define FIRST_SPRAY_SZ 0x2000
#define FIRST_SPRAY_SZ 0x1800
#define SECOND_SPRAY_SZ (FIRST_SPRAY_SZ + 0x400)
#define THIRD_SPRAY_SZ (SECOND_SPRAY_SZ + 0x400)

Expand Down

0 comments on commit a8551ba

Please sign in to comment.