[DreamHack] Bypass SECCOMP-1
Wargame/DreamHack
보호되어 있는 글입니다.
[DreamHack] clamshell coding
Wargame/DreamHack
보호되어 있는 글입니다.
[pwnable.xyz] executioner v2
Wargame/pwnable.xyz
A bit different from before. Mitigation Analysis Executioner 문제와 비슷한데, 달라진 부분들이 있다. solve_pow() x = 0; y = 0; printf("POW: x + y == 0x%x\n", buf); printf("> "); if ( (unsigned int)_isoc99_scanf("%u %u", &x, &y) != 2 || !x || !y ) { puts("error"); exit(1); } getchar(); if ( y + x != buf ) { puts("POW failed"); exit(1); } puts("Loading challenge... "); sleep(x * y); solve_pow()에서 두 수를 입력받는데, 이전 문제..
h0meb0dy_
'Shellcode' 태그의 글 목록 (2 Page)