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
- ncurses
- epoll_wait
- vtable
- 어셈블리어
- .net core 7
- .nret core 배포
- BOF
- REDIS
- NAPT
- ioctl
- architecture
- 취약점
- packet flow
- edge trigger
- level trigger
- LOB
- rfc5508
- Compiler
- DOCKER-USER
- packet filter
- 풀이
- Docker
- wrefresh
- wnourefresh
- epoll
- mvwin
- doupdate
- iptables
- C언어
- cbpf
Archives
- Today
- Total
목록구조체 (1)
Tuuna Computer Science
[C 언어] fgets함수 분석과, stdin 모험
수정) read_ptr은 선언된 버퍼의 크기라기 보단, fgets인자로 준 size값에 따르는 듯? lob풀다가 갑자기 Stdin에 관해서 한 번 분석해보고 싶어서 글을 쓰지만 별로 분석한건 없는 거 같다... 초짜라 뭘 봐야할지도 잘 모르겠고 ㅋㅋㅋ stdio.c 이고 #include "libioP.h" #include "stdio.h" #undef stdin #undef stdout #undef stderr FILE *stdin = (FILE *) &_IO_2_1_stdin_; FILE *stdout = (FILE *) &_IO_2_1_stdout_; FILE *stderr = (FILE *) &_IO_2_1_stderr_; stdin에 대한 구조체 정의 부분이다. struct _IO_FILE { i..
C language
2019. 3. 31. 17:06