mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 11:27:03 +00:00
52 lines
2.1 KiB
Plaintext
52 lines
2.1 KiB
Plaintext
ELF Header:
|
|
Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
|
|
Class: ELF32
|
|
Data: 2's complement, little endian
|
|
Version: 1 (current)
|
|
OS/ABI: UNIX - System V
|
|
ABI Version: 0
|
|
Type: EXEC (Executable file)
|
|
Machine: Intel 80386
|
|
Version: 0x1
|
|
Entry point address: 0x8048080
|
|
Start of program headers: 52 (bytes into file)
|
|
Start of section headers: 200 (bytes into file)
|
|
Flags: 0x0
|
|
Size of this header: 52 (bytes)
|
|
Size of program headers: 32 (bytes)
|
|
Number of program headers: 2
|
|
Size of section headers: 40 (bytes)
|
|
Number of section headers: 4
|
|
Section header string table index: 3
|
|
|
|
Section Headers:
|
|
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
|
|
[ 0] NULL 00000000 000000 000000 00 0 0 0
|
|
[ 1] .text PROGBITS 08048080 000080 00001d 00 AX 0 0 16
|
|
[ 2] .data PROGBITS 080490a0 0000a0 00000e 00 WA 0 0 4
|
|
[ 3] .shstrtab STRTAB 00000000 0000ae 000017 00 0 0 1
|
|
Key to Flags:
|
|
W (write), A (alloc), X (execute), M (merge), S (strings)
|
|
I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)
|
|
O (extra OS processing required) o (OS specific), p (processor specific)
|
|
|
|
There are no section groups in this file.
|
|
|
|
Program Headers:
|
|
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
|
|
LOAD 0x000000 0x08048000 0x08048000 0x0009d 0x0009d R E 0x1000
|
|
LOAD 0x0000a0 0x080490a0 0x080490a0 0x0000e 0x0000e RW 0x1000
|
|
|
|
Section to Segment mapping:
|
|
Segment Sections...
|
|
00 .text
|
|
01 .data
|
|
|
|
There is no dynamic section in this file.
|
|
|
|
There are no relocations in this file.
|
|
|
|
The decoding of unwind sections for machine type Intel 80386 is not currently supported.
|
|
|
|
No version information found in this file.
|