package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val load : Loader.Img.t -> t list
val dir : t -> string

dir cunit return the path from where the compiler have proceed

val file : t -> string

file cunit return the path of the proceesed file of the compilation unit

module Type : sig ... end
module Var : sig ... end
module Func : sig ... end
module Global : sig ... end
include Sigs.PRINTABLE with type t := t
val pp : Format.formatter -> t -> unit