pwnable1 [ELF 구조]리눅스 커널 코드 분석 000 https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/elf.h#define EI_NIDENT 16typedef struct elf32_hdr { unsigned char e_ident[EI_NIDENT]; Elf32_Half e_type; Elf32_Half e_machine; Elf32_Word e_version; Elf32_Addr e_entry; /* Entry point */ Elf32_Off e_phoff; Elf32_Off e_shoff; Elf32_Word e_flags; Elf32_Half e_ehsize; Elf32_Half e_phentsize; Elf32_Half e_phnum; Elf32_Hal.. 2024. 4. 29. 이전 1 다음