ELF는 Executalbe and Linkable Format의 약어이다.
-- 김도집 2005-11-07 10:00:32
Contents
- 1 ELF 개요
- 1.1 유용한 도구
1 ELF 개요 #
ELF는 크게 세개의 헤더를 갖는다.
- ELF header
- Program header table
- Section header table
ELF header는 ELF 파일의 처음에 위치하며 그외 header는 어디든 위치할 수 있다.
또한 ELF 파일이 Linking View, Excecution View 등의 관점에 따라 Program header table이 생략되거나 Section header table이 생략될 수도 있다.