package binsec

  1. Overview
  2. Docs

doc/binsec.armv8decoder/Armv8decoder/Aarch64ToDba/index.html

Module Armv8decoder.Aarch64ToDbaSource

decode r addr decodes what is at address addr in reader r.

Use let decode = cached_decode reader in decode addr1; ... decode addrn;

if you want to use a cached decoder, adapted for a new reader.

The cached decoder assumes that the code will not change dynamically.

OCaml

Innovation. Community. Security.