OpenRemap Docs
Advanced reference →

scan

Classify every ECU binary in a folder through all registered extractors. Preview mode is the default — nothing moves.

Quick start

openremap scan ./my_bins/                    # preview — nothing moves
openremap scan ./my_bins/ --move --organize  # sort into Bosch/EDC17/ etc.

Files sort into scanned / sw_missing / contested / unknown / trash; --organize adds the manufacturer/family tree.

scan — advanced — every flag, reports (JSON/CSV), move modes