반응형
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
- 구현
- 삼성리서치
- exec
- BFS
- Memory Management
- 시뮬레이션
- 백트래킹
- Deadlock
- BOJ
- 운영체제
- ascii_easy
- 완전탐색
- dfs
- paging
- 데드락
- 프로세스
- 가상메모리
- samsung research
- pwnable.kr
- 김건우
- 스케줄링
- 동기화문제
- 알고리즘
- higunnew
- 백준
- segmentation
- 삼성기출
- fork
- 컴공복전
- Brute Force
Archives
- Today
- Total
목록INPUT (1)
gunnew의 잡설

아... 이번 거는 그냥 소스 코드 보자마자 포기했다. 리눅스로 소켓 입출력 문제가 나올 것이라 생각도 못했다. 그냥 바로 해설을 보러 갔다...(비루한 인생) 하지만 그래도 내가 공부하며 알게된 것들을 내 나름대로 풀어 써 보자. 0. input.c 살펴보기 #include #include #include #include #include int main(int argc, char* argv[], char* envp[]){ printf("Welcome to pwnable.kr\n"); printf("Let's see if you know how to give input to program\n"); printf("Just give me correct inputs then you will get the fl..
System Security
2020. 2. 6. 23:21