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
- epoll
- cbpf
- wrefresh
- 어셈블리어
- packet filter
- epoll_wait
- rfc5508
- .net core 7
- 풀이
- C언어
- level trigger
- vtable
- ncurses
- wnourefresh
- 취약점
- Docker
- architecture
- edge trigger
- ioctl
- mvwin
- DOCKER-USER
- BOF
- REDIS
- .nret core 배포
- iptables
- doupdate
- Compiler
- NAPT
- LOB
- packet flow
Archives
- Today
- Total
목록stdin (1)
Tuuna Computer Science

수정) 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