A fast, Windows-native utility built with Rust and egui. Enumerate ACPI tables (including duplicates), parse SMBIOS structures, explore XSDT entries, and export raw firmware data effortlessly.
Purpose-built for firmware enthusiasts, platform engineers, and anyone needing transparent ACPI/SMBIOS visibility.
List every ACPI table (including duplicate SSDTs) using combined Registry + API enumeration for completeness.
Inspect SMBIOS structures across key types (0,1,2,3,4,17, etc.) with clean, readable layouts.
See physical addresses, signatures, and cross-reference FADT entries for quick navigation.
Dive into raw data with synchronized hex + ASCII panes for byte-level analysis.
Save individual tables or export everything in one go—ideal for reporting or offline inspection.
Fast, native performance powered by Rust and eframe/egui with a clean desktop UI.
acpi-smbios-dumper.exePrefer to build it yourself? Use the Rust toolchain.
cargo build --release
Binary output: target/release/acpi-smbios-dumper.exe