fix writeup

This commit is contained in:
firmianay
2017-09-12 15:38:29 +08:00
parent f40c2a69c7
commit d761dc19fa
6 changed files with 199 additions and 101 deletions

9
src/Others/3.3.1_fmt_2.c Normal file
View File

@ -0,0 +1,9 @@
#include<stdio.h>
void main() {
char format[128];
int arg1 = 1, arg2 = 0x88888888, arg3 = -1;
char arg4[10] = "ABCD";
scanf("%s", format);
printf(format, arg1, arg2, arg3, arg4);
printf("\n");
}

BIN
src/Pwn/3.3.1_goodlock_200 Executable file

Binary file not shown.

BIN
src/Pwn/3.3.1_pingme_200 Executable file

Binary file not shown.