package binsec

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

Disassemblers & utilities

module Program : sig ... end
module Recursive : sig ... end

Function

val disassemble : Infos.t -> Program.t
val file : filename:string -> Program.t
val section : ?program:Program.t -> Loader.Img.t -> string -> Program.t
val sections : ?program:Program.t -> Loader.Img.t -> Basic_types.String.Set.t -> Program.t
val run : ?configuration_file:string -> unit -> unit

Run disassembly with stubs from configuration_file

val decode : string -> unit

decode s decodes the string opcode s. @assumes s is an hexadecimal string, i.e. of the form 0-9a-f+