Description
This website allows selecting, uploading and analyzing a local ELF file form your disk and and showing the main ELF format content of this file.
- First select what ELF file format content shall be shown: ELF header, ELF program header table, ELF section header table, ELF symbol tables and/or ELF note tables.
- Then select the ELF file to be analyzed be clicking the button below or by dropping the file onto the file drop area (might not be supported by each browser).
- If the ELF file could be successfully analyzed, the file information is printed below. If the provided file is not an ELF file, an error message is shown.
Note that the site could hang up if the ELF file has invalid or misaligned content.
Only 32bit ELF files are fully supported. 64bit ELF files are tried to be loaded, but are only correctly analyzed if all 64bit values fit into 32bit (so the upper 32 bits of a 64bit value are all zero.)
Sunshine, March 2019
History
2019-01-04: Initial release.
2019-03-28: Support for compact mode.