My own elf programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

183 lines
11 KiB

En-tête ELF:
Magique: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Classe: ELF32
Données: complément à 2, système à octets de poids faible d'abord (little endian)
Version: 1 (actuelle)
OS/ABI: UNIX - System V
Version ABI: 0
Type: EXEC (fichier exécutable)
Machine: Intel 80386
Version: 0x1
Adresse du point d'entrée: 0x8048300
Début des en-têtes de programme : 52 (octets dans le fichier)
Début des en-têtes de section : 2840 (octets dans le fichier)
Fanions: 0x0
Taille de cet en-tête: 52 (octets)
Taille de l'en-tête du programme: 32 (octets)
Nombre d'en-tête du programme: 8
Taille des en-têtes de section: 40 (octets)
Nombre d'en-têtes de section: 37
Table d'index des chaînes d'en-tête de section: 34
En-têtes de section :
[Nr] Nom Type Adr Décala.Taille ES Fan LN Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .interp NOBITS 08048134 000134 000013 00 A 0 0 1
[ 2] .note.ABI-tag NOTE 08048148 000134 000020 00 A 0 0 4
[ 3] .note.gnu.bu[...] NOTE 08048168 000154 000024 00 A 0 0 4
[ 4] .gnu.hash NOBITS 0804818c 000178 000024 04 A 5 0 4
[ 5] .dynsym NOBITS 080481b0 000178 000050 10 A 6 1 4
[ 6] .dynstr NOBITS 08048200 000178 00004b 00 A 0 0 1
[ 7] .gnu.version NOBITS 0804824c 000178 00000a 02 A 5 0 2
[ 8] .gnu.version_r NOBITS 08048258 000178 000020 00 A 6 1 4
[ 9] .rel.dyn NOBITS 08048278 000178 000010 08 A 5 0 4
[10] .rel.plt NOBITS 08048288 000178 000010 08 A 5 12 4
[11] .init NOBITS 08048298 000178 000030 00 AX 0 0 4
[12] .plt NOBITS 080482c8 000178 000030 04 AX 0 0 4
[13] .text NOBITS 08048300 000180 00016c 00 AX 0 0 16
[14] .fini NOBITS 0804846c 000180 00001c 00 AX 0 0 4
[15] .rodata NOBITS 08048488 000180 00000c 00 A 0 0 4
[16] .eh_frame_hdr NOBITS 08048494 000180 000024 00 A 0 0 4
[17] .eh_frame NOBITS 080484b8 000180 00007c 00 A 0 0 4
[18] .ctors NOBITS 08049534 000180 000008 00 WA 0 0 4
[19] .dtors NOBITS 0804953c 000180 000008 00 WA 0 0 4
[20] .jcr NOBITS 08049544 000180 000004 00 WA 0 0 4
[21] .dynamic NOBITS 08049548 000180 0000c8 08 WA 6 0 4
[22] .got NOBITS 08049610 000180 000004 04 WA 0 0 4
[23] .got.plt NOBITS 08049614 000180 000014 04 WA 0 0 4
[24] .data NOBITS 08049628 000180 000004 00 WA 0 0 4
[25] .bss NOBITS 0804962c 000180 00000c 00 WA 0 0 4
[26] .comment NOBITS 00000000 000180 00002c 01 MS 0 0 1
[27] .debug_aranges PROGBITS 00000000 000180 000020 00 0 0 1
[28] .debug_pubnames PROGBITS 00000000 0001a0 00001b 00 0 0 1
[29] .debug_info PROGBITS 00000000 0001bb 00005f 00 0 0 1
[30] .debug_abbrev PROGBITS 00000000 00021a 00004c 00 0 0 1
[31] .debug_line PROGBITS 00000000 000266 00003e 00 0 0 1
[32] .debug_frame PROGBITS 00000000 0002a4 000034 00 0 0 4
[33] .debug_str PROGBITS 00000000 0002d8 000063 01 MS 0 0 1
[34] .shstrtab STRTAB 00000000 00033b 000159 00 0 0 1
[35] .symtab SYMTAB 00000000 000494 000480 10 36 52 4
[36] .strtab STRTAB 00000000 000914 000204 00 0 0 1
Clé des fanions :
W (écriture), A (allocation), X (exécution), M (fusion), S (chaînes), I (info),
L (ordre des liens), O (traitement supplémentaire par l'OS requis), G (groupe),
T (TLS), C (compressé), x (inconnu), o (spécifique à l'OS), E (exclu),
D (mbind), p (processor specific)
Il n'y a pas de groupe de section dans ce fichier.
En-têtes de programme :
Type Décalage Adr. vir. Adr.phys. T.Fich. T.Mém. Fan Alignement
PHDR 0x000034 0x08048034 0x08048034 0x00100 0x00100 R E 0x4
INTERP 0x000134 0x08048134 0x08048134 0x00013 0x00013 R 0x1
[Réquisition de l'interpréteur de programme: ]
LOAD 0x000000 0x08048000 0x08048000 0x00534 0x00534 R E 0x1000
LOAD 0x000534 0x08049534 0x08049534 0x000f8 0x00104 RW 0x1000
DYNAMIC 0x000548 0x08049548 0x08049548 0x000c8 0x000c8 RW 0x4
NOTE 0x000148 0x08048148 0x08048148 0x00044 0x00044 R 0x4
GNU_EH_FRAME 0x000494 0x08048494 0x08048494 0x00024 0x00024 R 0x4
GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RW 0x4
Correspondance section/segment :
Sections de segment...
00
01 .interp .comment
02 .interp .note.ABI-tag .note.gnu.build-id .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rel.dyn .rel.plt .init .plt .text .fini .rodata .eh_frame_hdr .eh_frame
03 .ctors .dtors .jcr .dynamic .got .got.plt .data .bss
04 .dynamic
05 .note.gnu.build-id .comment
06 .eh_frame_hdr
07
Il n'y a pas de section dynamique dans ce fichier.
Il n'y a pas de réadressages dans ce fichier.
Pas d'information de déroulement spécifique au processeur à décoder
La table de symboles « .symtab » contient 72 entrées :
Num: Valeur Tail Type Lien Vis Ndx Nom
0: 00000000 0 NOTYPE LOCAL DEFAULT UND
1: 08048134 0 SECTION LOCAL DEFAULT 1 .interp
2: 08048148 0 SECTION LOCAL DEFAULT 2 .note.ABI-tag
3: 08048168 0 SECTION LOCAL DEFAULT 3 .note.gnu.build-id
4: 0804818c 0 SECTION LOCAL DEFAULT 4 .gnu.hash
5: 080481b0 0 SECTION LOCAL DEFAULT 5 .dynsym
6: 08048200 0 SECTION LOCAL DEFAULT 6 .dynstr
7: 0804824c 0 SECTION LOCAL DEFAULT 7 .gnu.version
8: 08048258 0 SECTION LOCAL DEFAULT 8 .gnu.version_r
9: 08048278 0 SECTION LOCAL DEFAULT 9 .rel.dyn
10: 08048288 0 SECTION LOCAL DEFAULT 10 .rel.plt
11: 08048298 0 SECTION LOCAL DEFAULT 11 .init
12: 080482c8 0 SECTION LOCAL DEFAULT 12 .plt
13: 08048300 0 SECTION LOCAL DEFAULT 13 .text
14: 0804846c 0 SECTION LOCAL DEFAULT 14 .fini
15: 08048488 0 SECTION LOCAL DEFAULT 15 .rodata
16: 08048494 0 SECTION LOCAL DEFAULT 16 .eh_frame_hdr
17: 080484b8 0 SECTION LOCAL DEFAULT 17 .eh_frame
18: 08049534 0 SECTION LOCAL DEFAULT 18 .ctors
19: 0804953c 0 SECTION LOCAL DEFAULT 19 .dtors
20: 08049544 0 SECTION LOCAL DEFAULT 20 .jcr
21: 08049548 0 SECTION LOCAL DEFAULT 21 .dynamic
22: 08049610 0 SECTION LOCAL DEFAULT 22 .got
23: 08049614 0 SECTION LOCAL DEFAULT 23 .got.plt
24: 08049628 0 SECTION LOCAL DEFAULT 24 .data
25: 0804962c 0 SECTION LOCAL DEFAULT 25 .bss
26: 00000000 0 SECTION LOCAL DEFAULT 26 .comment
27: 00000000 0 SECTION LOCAL DEFAULT 27 .debug_aranges
28: 00000000 0 SECTION LOCAL DEFAULT 28 .debug_pubnames
29: 00000000 0 SECTION LOCAL DEFAULT 29 .debug_info
30: 00000000 0 SECTION LOCAL DEFAULT 30 .debug_abbrev
31: 00000000 0 SECTION LOCAL DEFAULT 31 .debug_line
32: 00000000 0 SECTION LOCAL DEFAULT 32 .debug_frame
33: 00000000 0 SECTION LOCAL DEFAULT 33 .debug_str
34: 00000000 0 FILE LOCAL DEFAULT ABS crtstuff.c
35: 08049534 0 OBJECT LOCAL DEFAULT 18 __CTOR_LIST__
36: 0804953c 0 OBJECT LOCAL DEFAULT 19 __DTOR_LIST__
37: 08049544 0 OBJECT LOCAL DEFAULT 20 __JCR_LIST__
38: 08048330 0 FUNC LOCAL DEFAULT 13 __do_global_dtors_aux
39: 08049630 1 OBJECT LOCAL DEFAULT 25 completed.5545
40: 08049634 4 OBJECT LOCAL DEFAULT 25 dtor_idx.5547
41: 08048390 0 FUNC LOCAL DEFAULT 13 frame_dummy
42: 00000000 0 FILE LOCAL DEFAULT ABS crtstuff.c
43: 08049538 0 OBJECT LOCAL DEFAULT 18 __CTOR_END__
44: 08048530 0 OBJECT LOCAL DEFAULT 17 __FRAME_END__
45: 08049544 0 OBJECT LOCAL DEFAULT 20 __JCR_END__
46: 08048440 0 FUNC LOCAL DEFAULT 13 __do_global_ctors_aux
47: 00000000 0 FILE LOCAL DEFAULT ABS testfile55-32.c
48: 08049614 0 OBJECT LOCAL DEFAULT 23 _GLOBAL_OFFSET_TABLE_
49: 08049534 0 NOTYPE LOCAL DEFAULT 18 __init_array_end
50: 08049534 0 NOTYPE LOCAL DEFAULT 18 __init_array_start
51: 08049548 0 OBJECT LOCAL DEFAULT 21 _DYNAMIC
52: 08049628 0 NOTYPE WEAK DEFAULT 24 data_start
53: 08048430 5 FUNC GLOBAL DEFAULT 13 __libc_csu_fini
54: 08048300 0 FUNC GLOBAL DEFAULT 13 _start
55: 00000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__
56: 00000000 0 NOTYPE WEAK DEFAULT UND _Jv_RegisterClasses
57: 08048488 4 OBJECT GLOBAL DEFAULT 15 _fp_hw
58: 0804846c 0 FUNC GLOBAL DEFAULT 14 _fini
59: 00000000 0 FUNC GLOBAL DEFAULT UND __libc_start_mai[...]
60: 0804848c 4 OBJECT GLOBAL DEFAULT 15 _IO_stdin_used
61: 08049628 0 NOTYPE GLOBAL DEFAULT 24 __data_start
62: 08048490 0 OBJECT GLOBAL HIDDEN 15 __dso_handle
63: 08049540 0 OBJECT GLOBAL HIDDEN 19 __DTOR_END__
64: 080483d0 90 FUNC GLOBAL DEFAULT 13 __libc_csu_init
65: 0804962c 0 NOTYPE GLOBAL DEFAULT ABS __bss_start
66: 0804962c 4 OBJECT GLOBAL DEFAULT 25 stdin@@GLIBC_2.0
67: 08049638 0 NOTYPE GLOBAL DEFAULT ABS _end
68: 0804962c 0 NOTYPE GLOBAL DEFAULT ABS _edata
69: 08048435 0 FUNC GLOBAL HIDDEN 13 __i686.get_pc_th[...]
70: 080483b4 18 FUNC GLOBAL DEFAULT 13 main
71: 08048298 0 FUNC GLOBAL DEFAULT 11 _init
Aucune information de version repérée dans ce fichier.
Affichage des notes trouvées dans: .note.ABI-tag
Propriétaire Taille des données Description
GNU 0x00000010 NT_GNU_ABI_TAG (étiquette de version ABI)
OS: Linux, ABI: 2.6.32
Affichage des notes trouvées dans: .note.gnu.build-id
Propriétaire Taille des données Description
GNU 0x00000014 NT_GNU_BUILD_ID (chaîne de bits du ID de construction unique)
ID construction: 09df817a576885698c3a22c07e53f7b35a1a7e20