GNU 程式設計 -- Objcopy 目的檔複製工具

GNU 程式設計

GNU 程式簡介

GNU 與 C 語言

gcc 編譯器

glibc 函式庫

make 建置

ld 連結器

as 組譯器

ar 函式庫

objdump

objcopy

訊息

相關網站

參考文獻

最新修改

簡體版

English

Objcopy 是 GNU 的主要目的檔複製工具,該工具不只可以進行複製,還可以對目的檔進行修改與格式轉換等處理,表格一顯示了其使用方法。

表格一、objcopy 指令的使用方法與常用參數

語法:objcopy [參數] infile [outfile]
參數說明
-I 指定輸入檔案格式 (-input-target)
-O 指定輸出檔案格式 (-output-target)
-B 指定機器架構 (-binary architecture)
-S 去除全部符號資訊 (-strip-all)
-g 去除全部除錯資訊 (-strip-debug)
-j <section name> 只抽取指定區段 (-only-section)
-R <section name> 去除特定區段 (-remove-section)

Facebook

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License