바이너리 구조 분석 ====== when u compile something ====== - c/cpp --compile--> .o - .o --link--> .elf 파일 생성 - .elf -- objcopy --> binary 특정 섹션만을 추출 .data .text ====== references ====== *[[http://kkamagui.tistory.com/30|NDS makefile 및 NDS 파일 생성 과정 분석]]