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