Windows diagnostics and Event Viewer reporter for Windows 10/11.
- Use
WinDoctor.exe, or build withcargo build --release. - Recent events (last 10 minutes):
WinDoctor.exe --last10m. - Create an HTML report:
WinDoctor.exe --last10m --html report.html.
- Scan common Event Viewer channels (System, Application).
- Export to
HTML,JSON,CSV,TSV. - Optional live mode to stream new events.
- DLL import scanning to detect missing dependencies.
- Automatic DLL diagnostics with
--dll-autoto flag missing dependencies from events.
- Full parameters and examples: see
ADVANCED.md.
- Dual-licensed under
MIT OR Apache-2.0. SeeLICENSE-MITandLICENSE-APACHE.