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