LoginSignup
2
1

More than 3 years have passed since last update.

オブジェクトファイルフォーマットの規格など

Posted at

ELF、Mach-O、PEに関連する規格やサイトなど書きます。

これを追加したほうがいい、というものがあればコメントにてお願いします。

ELF

System V Application Binary Interface
http://www.sco.com/developers/gabi/latest/contents.html

過去のSystem V Application Binary Interface
http://www.sco.com/developers/gabi/

ELF-64 Object File Format(PDF)
https://www.uclibc.org/docs/elf-64-gen.pdf

ELF Formatについて
http://caspar.hazymoon.jp/OpenBSD/annex/elf.html

Mach-O

OS X ABI Mach-O File Format Reference(公式のものは削除されてしまったので、github上のコピー)
https://github.com/aidansteele/osx-abi-macho-file-format-reference

PARSING MACH-O FILES
https://lowlevelbits.org/parsing-mach-o-files/

Mach-Oのヘッダとロードコマンドを読み込む
https://terukusu.hatenablog.com/entry/20100226/1267210640

PE

PE Format
https://docs.microsoft.com/en-us/windows/win32/debug/pe-format

PE ファイルについて
https://tech.blog.aerie.jp/entry/2015/12/21/183741
https://tech.blog.aerie.jp/archive/category/Portable%20Executable

その他

binutils(bfdにオブジェクトファイルフォーマットの情報)
https://www.gnu.org/software/binutils/

『リンカ・ローダ実践開発テクニック』
https://www.amazon.co.jp/dp/4789838072

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1