Skip to content

misc4747/readelf-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readelf-py

readelfをPythonで書き直したものです。

使い方

別途インストールするライブラリはありません。

$ python3 readelf.py [-h] [-eh] [-l] [-S] [-e] [-s] [--export PATH] file

オプション

必須引数:
  file                  ELFファイル
オプション:
  -h, --help            ヘルプを表示
  -eh, --file-header     ELFヘッダを表示
  -l, --program-headers  プログラムヘッダを表示
  -S, --section-headers  セクションヘッダを表示
  -e, --headers          ヘッダをすべて表示
  -s, --symbol          シンボルテーブルを表示
  --export PATH         結果をjsonで出力するときのパス

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages