package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val get_defs : unit -> (string * Dba.LValue.t) list

get_defs () returns the list of known entities for the current architecture (see Kernel_options.Machine.isa).

Meaningfull for x86 only for now.

core img read and translate the content of NT_PRSTATUS note into entrypoint and initialisation values.

Meaningfull for x86 only for now.

val max_instruction_len : unit -> Size.Byte.t

max_instruction_len () returns the size of the longest valid instruction for the current architecture (see Kernel_options.Machine.isa).