Skip to content

Instantly share code, notes, and snippets.

@doug65536
Created June 12, 2021 09:46
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/6eb5ba42b345aaef855449ac5eba335d to your computer and use it in GitHub Desktop.
Save doug65536/6eb5ba42b345aaef855449ac5eba335d to your computer and use it in GitHub Desktop.
bootefi: file format pei-x86-64
Sections:
Idx Name Size VMA LMA File off Algn
0 .debug_line 00008c54 0000000100000000 0000000100000000 00000408 2**0
CONTENTS, READONLY, DEBUGGING
1 .debug_info 000221ea 0000000100000000 0000000100000000 00009208 2**0
CONTENTS, READONLY, DEBUGGING
2 .debug_abbrev 000061b0 0000000100000000 0000000100000000 0002b408 2**0
CONTENTS, READONLY, DEBUGGING
3 .debug_aranges 000009b0 0000000100000000 0000000100000000 00031610 2**4
CONTENTS, READONLY, DEBUGGING
4 .debug_str 000eef23 0000000100000000 0000000100000000 00032010 2**0
CONTENTS, READONLY, DEBUGGING
5 .debug_macro 000036d0 0000000100000000 0000000100000000 00121010 2**0
CONTENTS, READONLY, DEBUGGING
6 .debug_line_str 00004515 0000000100000000 0000000100000000 00124810 2**0
CONTENTS, READONLY, DEBUGGING
7 .debug_rnglists 000002f2 0000000100000000 0000000100000000 00128e10 2**0
CONTENTS, READONLY, DEBUGGING
8 .victim 00000010 0000000000000000 0000000000000000 00000000 2**2
ALLOC
9 .text 0001776a 0000000000400010 0000000000400010 00129210 2**4
CONTENTS, ALLOC, LOAD, CODE
10 .edata 00000030 000000000041777c 000000000041777c 00140a10 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
11 .rodata 00004498 00000000004177c0 00000000004177c0 00140c20 2**5
CONTENTS, ALLOC, LOAD, DATA
12 .reloc 0000111c 000000000041bc58 000000000041bc58 00145220 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
13 .smp 00000291 000000000041cd80 000000000041cd80 00146440 2**6
CONTENTS, ALLOC, LOAD, CODE, DATA
14 .data 00000a48 000000000041d020 000000000041d020 00146840 2**5
CONTENTS, ALLOC, LOAD, DATA
15 .bss 00000528 000000000041da80 000000000041da80 00000000 2**5
ALLOC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment