diff --git a/Part2-FlushReload/attacker.c b/Part2-FlushReload/attacker.c index 5c1ea7c..80c4f35 100644 --- a/Part2-FlushReload/attacker.c +++ b/Part2-FlushReload/attacker.c @@ -11,7 +11,7 @@ #define CACHE_HIT_THRESHOLD 200 #define WAIT_TIME 1000 #define AVAR 1664525 -#define CVAR 1013904223 +#define CVAR 10020107 int main() { int index = -1; int flag = -1; @@ -40,4 +40,4 @@ int main() { deallocate_shared_buffer(buf); return 0; -} \ No newline at end of file +}