level02: walkthrough done

This commit is contained in:
0x35c
2025-05-07 13:12:04 +02:00
parent 69275059ec
commit 8d0be75a66
2 changed files with 19 additions and 1 deletions

View File

@ -7,7 +7,7 @@ int main(void)
char buff[96];
int v5;
char password[48];
char s[96]; // buffer located at the 28th element on the stack
char s[96];
int v8;
int len;
FILE *stream;