XPEViewer is a cross-platform viewer and editor for Microsoft Portable Executable files used by Windows applications. It is designed for developers, malware analysts, and reverse engineers who need to inspect executable structures in detail. The application combines PE parsing with tools for examining binary data, disassembly, symbols, regions, entropy, and memory layout. Integrated hexadecimal viewing and editing provide direct access to raw file contents. The project also incorporates signature scanning, extraction, unpacking, and related analysis components from the developer's wider tool ecosystem. Builds are available for Windows, Linux, and macOS despite the analyzed format being primarily associated with Windows. Its modular Qt-based codebase supports both continued development and specialized binary-analysis workflows.
Features
- Portable Executable structure inspection
- Hexadecimal viewing and editing
- Disassembly and memory map analysis
- Entropy and binary region visualization
- Signature and YARA-based scanning
- Windows, Linux, and macOS support