Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ELF Header:
- Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
- Class: ELF64
- Data: 2's complement, little endian
- Version: 1 (current)
- OS/ABI: UNIX - System V
- ABI Version: 0
- Type: REL (Relocatable file)
- Machine: Advanced Micro Devices X86-64
- Version: 0x1
- Entry point address: 0x0
- Start of program headers: 0 (bytes into file)
- Start of section headers: 64 (bytes into file)
- Flags: 0x0
- Size of this header: 64 (bytes)
- Size of program headers: 0 (bytes)
- Number of program headers: 0
- Size of section headers: 64 (bytes)
- Number of section headers: 17
- Section header string table index: 13
- Section Headers:
- [Nr] Name Type Address Offset
- Size EntSize Flags Link Info Align
- [ 0] NULL 0000000000000000 00000000
- 0000000000000000 0000000000000000 0 0 0
- [ 1] .data PROGBITS 0000000000000000 00000480
- 000000000000000d 0000000000000000 WA 0 0 4
- [ 2] .text PROGBITS 0000000000000000 00000490
- 0000000000000027 0000000000000000 AX 0 0 16
- [ 3] .debug_aranges PROGBITS 0000000000000000 000004c0
- 0000000000000030 0000000000000000 0 0 1
- [ 4] .rela.debug_[...] RELA 0000000000000000 000004f0
- 0000000000000030 0000000000000018 14 3 8
- [ 5] .debug_pubnames PROGBITS 0000000000000000 00000520
- 0000000000000000 0000000000000000 0 0 1
- [ 6] .debug_info PROGBITS 0000000000000000 00000520
- 000000000000004a 0000000000000000 0 0 1
- [ 7] .rela.debug_info RELA 0000000000000000 00000570
- 0000000000000078 0000000000000018 14 6 8
- [ 8] .debug_abbrev PROGBITS 0000000000000000 000005f0
- 000000000000001b 0000000000000000 0 0 1
- [ 9] .debug_line PROGBITS 0000000000000000 00000610
- 0000000000000041 0000000000000000 0 0 1
- [10] .rela.debug_line RELA 0000000000000000 00000660
- 0000000000000018 0000000000000018 14 9 8
- [11] .debug_frame PROGBITS 0000000000000000 00000680
- 0000000000000000 0000000000000000 0 0 8
- [12] .debug_loc PROGBITS 0000000000000000 00000680
- 0000000000000000 0000000000000000 0 0 1
- [13] .shstrtab STRTAB 0000000000000000 00000680
- 00000000000000c5 0000000000000000 0 0 1
- [14] .symtab SYMTAB 0000000000000000 00000750
- 00000000000000d8 0000000000000018 15 8 8
- [15] .strtab STRTAB 0000000000000000 00000830
- 0000000000000019 0000000000000000 0 0 1
- [16] .rela.text RELA 0000000000000000 00000850
- 0000000000000018 0000000000000018 14 2 8
- Key to Flags:
- W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
- L (link order), O (extra OS processing required), G (group), T (TLS),
- C (compressed), x (unknown), o (OS specific), E (exclude),
- D (mbind), l (large), p (processor specific)
- There are no section groups in this file.
- There are no program headers in this file.
- There is no dynamic section in this file.
- Relocation section '.rela.debug_aranges' at offset 0x4f0 contains 2 entries:
- Offset Info Type Sym. Value Sym. Name + Addend
- 000000000006 00040000000a R_X86_64_32 0000000000000000 .debug_info + 0
- 000000000010 000300000001 R_X86_64_64 0000000000000000 .text + 0
- Relocation section '.rela.debug_info' at offset 0x570 contains 5 entries:
- Offset Info Type Sym. Value Sym. Name + Addend
- 000000000006 00050000000a R_X86_64_32 0000000000000000 .debug_abbrev + 0
- 00000000000c 000300000001 R_X86_64_64 0000000000000000 .text + 0
- 000000000014 000300000001 R_X86_64_64 0000000000000000 .text + 0
- 00000000001c 00060000000a R_X86_64_32 0000000000000000 .debug_line + 0
- 000000000039 000300000001 R_X86_64_64 0000000000000000 .text + 0
- Relocation section '.rela.debug_line' at offset 0x660 contains 1 entry:
- Offset Info Type Sym. Value Sym. Name + Addend
- 00000000002c 000300000001 R_X86_64_64 0000000000000000 .text + 0
- Relocation section '.rela.text' at offset 0x850 contains 1 entry:
- Offset Info Type Sym. Value Sym. Name + Addend
- 00000000000c 000200000001 R_X86_64_64 0000000000000000 .data + 0
- No processor specific unwind information to decode
- Symbol table '.symtab' contains 9 entries:
- Num: Value Size Type Bind Vis Ndx Name
- 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
- 1: 0000000000000000 0 FILE LOCAL DEFAULT ABS main.asm
- 2: 0000000000000000 0 SECTION LOCAL DEFAULT 1 .data
- 3: 0000000000000000 0 SECTION LOCAL DEFAULT 2 .text
- 4: 0000000000000000 0 SECTION LOCAL DEFAULT 6 .debug_info
- 5: 0000000000000000 0 SECTION LOCAL DEFAULT 8 .debug_abbrev
- 6: 0000000000000000 0 SECTION LOCAL DEFAULT 9 .debug_line
- 7: 0000000000000000 1 OBJECT LOCAL DEFAULT 1 message
- 8: 0000000000000000 0 NOTYPE GLOBAL DEFAULT 2 _start
- No version information found in this file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement