readelf
readelf
Executable and Linkable Format(ELF)
の中身を見るためのコマンド
GNU Binutils
に入っている
$ readelf -h /usr/bin/readelf
$ readelf -S
.text
: コードセクション
.data
: データセクション
参考
readelf コマンド – ELFファイルについての情報を表示する | Linuxコマンド.NET
readelf(1) manページ
アーキテクチャ不明のELFバイナリ調査 ではreadelfを使う #GCC - Qiita
確認用
Q. readelf
関連
シンボルテーブル
動的シンボルテーブル
リロケーション情報
動的セクション
オブジェクトファイル
調査用
/pogi-log/Google.icon
readelf(日)
/pogi-log/Google.icon
readelf(英)
/pogi-log/Wikipedia.icon
readelf - Wikipedia(日)
readelf(検索) - Wikipedia(日)
/pogi-log/Wikipedia.icon
readelf - Wikipedia(英)
readelf(検索) - Wikipedia(英)
#shell