My code works, I don’t know why.

國王的耳朵是驢耳朵

Linux Binary 縮寫和連結

| Comments

整理目前看過的資料縮寫以及網路連結,可能會更新。

ELF header

  • hdr: header
  • Ehdr: ELF header
  • EI: ELF ident
  • ET: ELF type
  • EM: ELF machine

Program header

  • Phdr: Program header
  • PT: Program header type
  • PF: Prgram header flag

Section header

  • Shdr: Section header
  • SHN: Section header index
  • sh_: Section header
  • SHT: Section header type
  • SHF: Section header flag

Symbol table

  • st: Symbol table
  • STT: Symbol table type
  • STV: Symbol table visibility

Dynamic section

  • DT: Dynamic section type

Note section

  • NT: Note type

Auxiliary vector

  • AT: auxiliary vector type

資源

Comments