package binsec

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

Module E.Debug

val reverse_section : Binsec_kernel.Virtual_address.t -> (string * Z.t) option

reverse_section addr returns the name and the offset from the start of the section from which the address belongs.

val reverse_symbol : Binsec_kernel.Virtual_address.t -> (string * Z.t) option

reverse_symbol addr returns the name and the offset from the start of the symbol from which the address belongs.