package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Cli.GENERIC with type t := Machine.t
val set : Machine.t -> unit
val get : unit -> Machine.t
val is_default : unit -> bool
val isa : unit -> Machine.isa
val endianness : unit -> Machine.endianness
val bits : unit -> Machine.bitwidth
val word_size : unit -> int
val stack_register : unit -> string
include Sigs.PRINTABLE with type t := unit
val pp : Format.formatter -> unit -> unit