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 |
Tags
- dreamhack
- 시스템
- hacking
- 비박스
- 네트워크보안
- webhacking
- 해킹
- 소프트웨어보안
- 알고리즘
- Webhaking
- 시스템해킹
- System
- 소프트웨어
- Web
- 순서도
- reversing
- 리버싱
- bee-box
- 워게임
- 웹해킹
- ftz
- 모의해킹
- 웹
- 드림핵
- network
- WarGame
- 네트워크
- CodeEngn
- TCP
- XSS
Archives
- Today
- Total
목록sscanf (1)
Without a Break

Argc/Argv : 함수의 명령 인수. argc : 메인 함수에 전달되는 정보의 개수 argv []: 메인 함수에 전달되는 실질적 정보 (문자열의 배열) #include int main(int argc, char * argv[]){ int count; printf("This program was called with \"%s\".\n",argv[0]); if(argc > 1){ //외부에서 사용자 입력이 있는지 확인(1보다 크면 참) for(count = 1; count 12 return 0; } /* sscamf example 2*/ #include int main() { char sentence [] = "John park is 1238179278479183749173 years old"; char..
Software/소프트웨어보안
2022. 10. 3. 02:11