반응형
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
- fork
- 시뮬레이션
- exec
- 백준
- 스케줄링
- 컴공복전
- 백트래킹
- 김건우
- 알고리즘
- 구현
- samsung research
- segmentation
- 삼성기출
- 데드락
- 삼성리서치
- 완전탐색
- Brute Force
- dfs
- Memory Management
- 가상메모리
- 프로세스
- 동기화문제
- BFS
- higunnew
- ascii_easy
- paging
- 운영체제
- Deadlock
- BOJ
- pwnable.kr
Archives
- Today
- Total
목록leg (1)
gunnew의 잡설
pwnable.kr 8. leg (ARM Assembly)
어떻게 매번 모르는 개념만 나올 수 있을까. ARM assembly를 알아야만 풀 수 있는 문제이다. 뭐 이미 Intel assembly를 알고 있어서 어느 정도는 이해할 수는 있었으나 내가 알던 개념과 조금은 달랐다. 가령 PC register에는 다음 instruction이 아니라 다다음 instruction이 담겨있다는 것과 같은 것 말이다... 코드부터 보자. #include #include int key1(){ asm("mov r3, pc\n"); } int key2(){ asm( "push {r6}\n" "add r6, pc, $1\n" "bx r6\n" ".code 16\n" "mov r3, pc\n" "add r3, $0x4\n" "push {r3}\n" "pop {pc}\n" ".code..
System Security
2020. 2. 12. 18:54