Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- mysql
- 러닝스칼라
- hacking
- 웹해킹
- Linux
- flask
- Shellcode
- Javascript
- php
- c++
- backend
- webhacking
- ChatGPT
- c
- 파이썬
- 인공지능
- 챗GPT
- hackthissite
- 딥러닝
- Scala
- 러닝 스칼라
- Web
- BOF 원정대
- 리눅스
- hackerschool
- 백엔드
- 경제
- BOF
- deep learning
- Python
Archives
- Today
- Total
목록calling functions continuously (1)
jam 블로그
다음이 문제 소스입니다. /* The Lord of the BOF : The Fellowship of the BOF - succubus - calling functions continuously */ #include #include #include // the inspector int check = 0; void MO(char *cmd) { if(check != 4) exit(0); printf("welcome to the MO!\n"); // olleh! system(cmd); } void YUT(void) { if(check != 3) exit(0); printf("welcome to the YUT!\n"); check = 4; } void GUL(void) { if(check != 2) exit(0..
해킹/시스템
2012. 3. 29. 13:43