XELFViewer
ELF file viewer/editor for Windows, Linux and MacOS
XELFViewer is a graphical viewer and editor for Executable and Linkable Format files. It provides a cross-platform environment for inspecting binaries commonly used on Linux and other Unix-like systems. The tool is intended for reverse engineering, binary research, and low-level software analysis rather than ordinary file browsing. Users can examine ELF structures and navigate the data contained inside 32-bit and 64-bit binaries. Its architecture shares components with a larger suite of hexadecimal, disassembly, format-parsing, and analysis utilities. The project includes source and build workflows for Windows, Linux, and macOS. ...