[ELF] 2. ELF Format의 분석 하기 위해 알아야 할 사전 지식
1. 자료형 - ELF Format에서 자료형을 재정의해서 사용하기 때문에 자료 형을 알아야 합니다. - 해당 자료형은 man elf에 존재합니다. 2. ELF Format 구조 설명 [ 원문 ] The header file defines the format of ELF executable binary files. Amongst these files are normal executable files, relocatable object files, core files and shared libraries. An executable file using the ELF file format consists of an ELF header, followed by a program header table or a s..