forked from NervanaSystems/maxas
-
Notifications
You must be signed in to change notification settings - Fork 0
elf format
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 |<--------+ +-------------------+
http://www.cirosantilli.com/elf-hello-world/
《ELF文件系统格式》