Skip to content

Instantly share code, notes, and snippets.

@doug65536
Created June 12, 2021 09:55
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/3aacd79299b57a508cda10536d4e66e2 to your computer and use it in GitHub Desktop.
Save doug65536/3aacd79299b57a508cda10536d4e66e2 to your computer and use it in GitHub Desktop.
bootx64.efi: file format pei-x86-64
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 0001776a 0000000100000000 0000000100000000 00000400 2**4
CONTENTS, ALLOC, LOAD, CODE
1 .edata 00000030 0000000000418000 0000000000418000 00017c00 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
2 .rodata 00004498 0000000000418040 0000000000418040 00017e40 2**5
CONTENTS, ALLOC, LOAD, DATA
3 .reloc 00001124 0000000000420000 0000000000420000 0001c600 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
4 .smp 00000291 0000000000424000 0000000000424000 0001d800 2**6
CONTENTS, ALLOC, LOAD, CODE, DATA
5 .data 00000a48 0000000000428000 0000000000428000 0001dc00 2**5
CONTENTS, ALLOC, LOAD, DATA
6 .bss 00000528 0000000000428a80 0000000000428a80 00000000 2**5
ALLOC
@doug65536
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment