Created
May 28, 2016 18:52
-
-
Save dejanr/788f82245c2da39b9e6778bc8e1af33e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| λ readelf --all Simplify3D-3.0.2-linux-x64-installer.run | |
| ELF Header: | |
| Magic: 7f 45 4c 46 02 01 01 03 00 00 00 00 00 00 00 00 | |
| Class: ELF64 | |
| Data: 2's complement, little endian | |
| Version: 1 (current) | |
| OS/ABI: UNIX - GNU | |
| ABI Version: 0 | |
| Type: EXEC (Executable file) | |
| Machine: Advanced Micro Devices X86-64 | |
| Version: 0x1 | |
| Entry point address: 0x46f948 | |
| Start of program headers: 64 (bytes into file) | |
| Start of section headers: 0 (bytes into file) | |
| Flags: 0x0 | |
| Size of this header: 64 (bytes) | |
| Size of program headers: 56 (bytes) | |
| Number of program headers: 3 | |
| Size of section headers: 64 (bytes) | |
| Number of section headers: 0 | |
| Section header string table index: 0 | |
| There are no sections in this file. | |
| There are no sections to group in this file. | |
| Program Headers: | |
| Type Offset VirtAddr PhysAddr | |
| FileSiz MemSiz Flags Align | |
| LOAD 0x0000000000000000 0x0000000000300000 0x0000000000300000 | |
| 0x0000000000170aa6 0x0000000000170aa6 R E 100000 | |
| LOAD 0x000000000014ea48 0x000000000064ea48 0x000000000064ea48 | |
| 0x0000000000000000 0x0000000000000000 RW 100000 | |
| PAX_FLAGS 0x0000000000000000 0x0000000000000000 0x0000000000000000 | |
| 0x0000000000000000 0x0000000000000000 4 | |
| There is no dynamic section in this file. | |
| There are no relocations in this file. | |
| The decoding of unwind sections for machine type Advanced Micro Devices X86-64 is not currently supported. | |
| Dynamic symbol information is not available for displaying symbols. | |
| No version information found in this file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment