cwe_190.mli 265 Bytes Edit 1 2 3 4 5 6 7 8 (** TODO CWE-190 (Integer Overflow or Wraparound) https://cwe.mitre.org/data/definitions/190.html *) val name : string val version : string val check_cwe : Bap.Std.program Bap.Std.term -> Bap.Std.project -> Bap.Std.word Bap.Std.Tid.Map.t -> string list -> unit