Decode the ELF format for both 32/64 bit in big/little endian, decode the elf, program, and section headers. Also decode the dynamic symbol table entries. Many fields implement custom viewers but do not handle writing from those views.
File Information
Authors:
Anon, Tim "diff" Strazzere, DaeK, JamesT, HTC, Harli Aquino,redqx
Category:
Executable
Version:
2.6.5
File Mask:
*
ID Bytes:
7F 45 4C 46
Available Versions
Version
Date
Author
Changes
Download
2.6.5
2024-08-13
redqx
change "DT_HIOS = 0x6fffffff" to "DT_HIOS = 0x6ffff000" , change "PT_INERP = 0x3" to "PT_INTERP = 0x3" .