로딩
요청 처리 중입니다...

ftz.hackerschool.org level18

 ftz.hackerschool.org level18

hackerschool ftz ftz.hackerschool.org level18 wooy0ng 2017. 11. 4. 18:40 이웃추가 본문 기타 기능 이번에는 level18을 풀려고 합니다. 언제나 그랬듯이 힌트를 봅시다!

// hint.c #include #include #include #include void shellout(void); int main() { char string[100]; int check; int x = 0; int count = 0; fd_set fds; printf("Enter your command: "); fflush(stdout); while(1) { if(count >= 100) printf("what are you trying to do?\n"); if(check == 0xdeadbeef) shellout(); else { FD_ZERO(&fds); FD_...