User Tools

Site Tools


elf

바이너리 구조 분석

when u compile something

  1. c/cpp –compile–> .o
  2. .o –link–> .elf 파일 생성
  3. .elf – objcopy –> binary 특정 섹션만을 추출 .data .text

references

elf.txt · Last modified: 2013/08/03 05:04 (external edit)