Skip to content
yangfengmax edited this page Jan 10, 2018 · 2 revisions

##format

        +-------------------+
        | ELF header        |---+

+---------> +-------------------+ | e_shoff | | |<--+ | Section | Section header 0 | | | |---+ sh_offset | Header +-------------------+ | | | Section header 1 |---|--+ sh_offset | Table +-------------------+ | | | | Section header 2 |---|--|--+ +---------> +-------------------+ | | | | Section 0 |<--+ | | +-------------------+ | | sh_offset | Section 1 |<-----+ | +-------------------+ | | Section 2 |<--------+ +-------------------+

ref

http://www.cirosantilli.com/elf-hello-world/ 《ELF文件系统格式》

Clone this wiki locally