리눅스 strip
From IT위키
- 오브젝트 파일의 심볼을 제거한다.
- 유닉스와 리눅스 모두에서 명령어와 옵션이 같음
- 경로 : /usr/bin/strip
사용법[edit | edit source]
문법[edit | edit source]
strip [옵션] 파일명
옵션[edit | edit source]
- -F bfdname, --target=bfdname: 입력파일(bfdname)을 지정한다.
- -O format, --output-target=format : 출력파일의 형식(format)을 지정한다.
- -R section, --remove-section=section : 섹션(section)을 삭제한다.
- -s, --strip-all : 모든 심볼을 제거한다.
- -S, -g, --strip-debug : 디버그 심볼만 제거한다.
- --strip-unneeded : 위치 재지정 정보의 모든 심볼을 제거한다.