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