elf
바이너리 구조 분석
when u compile something
- c/cpp –compile–> .o
- .o –link–> .elf 파일 생성
- .elf – objcopy –> binary 특정 섹션만을 추출 .data .text
references
elf.txt · Last modified: 2013/08/03 05:04 by 127.0.0.1
바이너리 구조 분석