Submission ready state achieved (#8)

This commit is contained in:
cato
2024-01-29 17:37:10 +01:00
committed by GitHub
parent 01934af8be
commit b8c0cbbb98
10 changed files with 144 additions and 21 deletions

2
vuln.c
View File

@@ -15,7 +15,7 @@
#include <unistd.h>
#define MAX_PROGRAM_LEN 0x1000
#define ACTIVATION_KEY_LEN 0x80
#define ACTIVATION_KEY_LEN 0x100
static char activation_key[ACTIVATION_KEY_LEN] = {0};