/elf-explorer

A Windows GUI application for analyzing ELF files

Primary LanguageRustGNU General Public License v3.0GPL-3.0

ELF Explorer

ELF Explorer is a Windows GUI application for viewing and analyzing ELF files. It is inspired by PE analysis tools like CFF Explorer and pestudio.

⚠️ This project is not being developed anymore. It's in an early stage and doesn't provide full analysis capabilities.

Installation

Prebuilt releases are available from https://github.com/oshaked1/elf-explorer/releases.

To build from source (requires Rust to be installed):

git clone https://github.com/oshaked1/elf-explorer.git
cd elf-explorer
cargo run

Screenshots

screenshot

screenshot

screenshot

Motivation

This is my first project using the Rust language, so the main motivation for this project is learning the language. I also started this project as a way to learn about the ELF file format. Finally, this is my first time experimenting with Windows' graphical API (and probably the last).