일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- git merge
- 99클럽
- reducible
- 비주기신호
- well known 포트
- 데이터 전송
- 서비스 프리미티브
- 주기신호
- 티스토리챌린지
- 오류검출
- xv6
- 항해99
- 순서번호
- tcp 프로토콜
- 플로이드워셜
- 우분투db
- 프레임 구조
- leetcode
- tcp 세그먼트
- 스레드
- til
- 오류제어
- 개발자취업
- mariadb
- 코딩테스트준비
- 오블완
- 그리디 알고리즘
- i-type
- 토큰 버스
- IEEE 802
Archives
- Today
- Total
목록pe format #elf format # elf pe #Executable and Linkable Format (1)
Unfazed❗️🎯

The ELF (Executable and Linkable Format) and PE (Portable Executable) formats are two of the most common file formats for executables, shared libraries, and even some object files on various computer systems. They each serve to allow the OS and loader to understand how to execute and link the code they contain. Brief overview of each: ELF (Executable and Linkable Format): Usage: Primarily used i..
Operating System (운영체제)
2023. 9. 16. 22:41