package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Expr : sig ... end
module LValue = Binsec.Dba.LValue
module Instr : sig ... end
module Directive : sig ... end
type t =
  1. | Start_from of Expr.t * Instr.t list
  2. | Start_from_core of Instr.t list
  3. | Load_sections of string list
  4. | Load_data of Expr.t
  5. | Import_symbols of (string * Binsec.Dba.Var.Tag.attribute) list * string
  6. | Stub of Expr.t list * Instr.t list
  7. | Init of Instr.t list
  8. | Directive of Expr.t * Directive.t
OCaml

Innovation. Community. Security.