Skip to content

Instantly share code, notes, and snippets.

@doug65536
Created June 13, 2021 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doug65536/d4f38908185dd9fd4f5ea24625f403b8 to your computer and use it in GitHub Desktop.
Save doug65536/d4f38908185dd9fd4f5ea24625f403b8 to your computer and use it in GitHub Desktop.
doug@doug-dt:~/code/dgos/build$ objdump -h bootx64.efi
bootx64.efi: file format pei-x86-64
Sections:
Idx Name Size VMA LMA File off Algn
0 .broken 00000010 0000000000000000 0000000000000000 00000000 2**2
ALLOC
1 .text 0001776a 0000000100000010 0000000100000010 00000410 2**4
CONTENTS, ALLOC, LOAD, CODE
2 .edata 00000030 0000000100018000 0000000100018000 00017e00 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
3 .rodata 00004498 0000000100018040 0000000100018040 00018040 2**5
CONTENTS, ALLOC, LOAD, DATA
4 .reloc 0000112c 0000000100020000 0000000100020000 0001c800 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
5 .smp 00000291 0000000100024000 0000000100024000 0001da00 2**6
CONTENTS, ALLOC, LOAD, CODE, DATA
6 .data 00000a48 0000000100028000 0000000100028000 0001de00 2**5
CONTENTS, ALLOC, LOAD, DATA
7 .bss 00000528 0000000100028a80 0000000100028a80 00000000 2**5
ALLOC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment