Skip to content

v0.2.0 - Process listing MVP

Choose a tag to compare

@gsjonio gsjonio released this 14 Jul 14:53
· 35 commits to main since this release
b38eca8

The first working command: hightower scan --all lists every running process as a plain, aligned table.

Highlights

  • hightower scan --all -- PID / NAME / PATH for every process.
  • Windows ProcessLister via ToolHelp32 (adapters), all unsafe documented with // SAFETY:.
  • Pure domain + ports in core (ProcessInfo, ProcessVerdict, RiskRule, ...), risk aggregation ready for the heuristics.
  • Protected/SYSTEM processes are shown as (restricted) -- run from an elevated terminal for their full paths -- never dropped, never crashing the scan.

Download

hightower-v0.2.0-x86_64-pc-windows-msvc.exe (Windows x64). It is unsigned, so SmartScreen may warn on first run; you can also build from source with cargo build -p hightower-cli --release.

Not yet

No risk verdicts / known-process database / signature checks yet -- those are v0.3.0 and v0.4.0. This release only lists processes.

Next

v0.3.0 -- embedded known-Windows-process database.