Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 717 Bytes

File metadata and controls

39 lines (22 loc) · 717 Bytes

A low-level C utility for diagnostics on ATA and NVMe drives.

diskoracle splash screen

Features

  • Lists all physical storage devices.

  • Reads and displays full S.M.A.R.T. data tables.

  • Analyzes critical attributes to provide diagnostic recommendations.

    Automated Analysis

  • Performs read-only surface scans to detect bad sectors.

Use

Run with Administrator privileges.

Interactive Mode: Run diskoracle with no arguments for a menu.

Direct Commands: Use flags for specific actions.

--list

--smart <device>

--surface <device>

Build

Requires CMake and a C compiler (MinGW/GCC).

mkdir build && cd build
cmake ..
make