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. This makes ELF inspection available from multiple operating systems without requiring the analyzed executable to run on the host platform.
Features
- ELF binary structure inspection
- 32-bit and 64-bit ELF support
- Binary viewing and editing tools
- Reverse-engineering-oriented workflow
- Shared format analysis components
- Windows, Linux, and macOS builds