package binsec

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

Module Dwarf.ExprSource

map isa n according to the DWARF Register Number Mapping

Sourcetype t
Sourceval load : Binsec_base.Machine.isa -> [ `x32 | `x64 ] -> int -> int Binsec_base.Reader.t -> t

load isa blocksize cursor read a DWARF expression at the current cursor position

loc isa ~cfa expr bitsize interpret the expression expr according to the Canonical Frame Address

cfa isa expr interpret the expression expr as a Canonical Frame Address

include Binsec_base.Sigs.PRINTABLE with type t := t
Sourceval pp : Format.formatter -> t -> unit