package binsec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Disassembly.Callback

type t
val empty : t
val register_hook : t -> Binsec_kernel.Virtual_address.t Binsec_kernel.Interval.t -> ?stage:Types.stage -> 'a hook -> 'a -> t
val register_instrumentation : t -> (Revision.t -> unit) -> t
val register_knowledge : t -> 'a knowledge -> (Ir.builtin -> 'a option) -> t