firmex/bin/detect.ml
2024-08-18 03:49:34 +07:00

11 lines
153 B
Standard ML

(** detection module
detect a given file for formats or ISA
*)
open Printf
let runner isa file =
printf "Detect file isa=%b %s\n" isa file