바이너리 구조 분석
when u compile something
c/cpp –compile–> .o
.o –link–> .elf 파일 생성
.elf – objcopy –> binary 특정 섹션만을 추출 .data .text
references
NDS makefile 및 NDS 파일 생성 과정 분석