package bap-std
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
The Binary Analysis Platform Standard Library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v2.5.0.tar.gz
sha256=9c126781385d2fa9b8edab22e62b25c70bf2f99f6ec78abb7e5e36d63cfa4174
md5=5abd9b3628b43f797326034f31ca574f
doc/bap/Bap/Std/Backend/index.html
Module Std.Backend
A backend interface.
This interface must be implemented by a backend plugin, and registered with Image.register function in order to be accessible for loading images.
val bin_size_perm : perm Core_kernel.Bin_prot.Size.sizerval bin_write_perm : perm Core_kernel.Bin_prot.Write.writerval bin_writer_perm : perm Core_kernel.Bin_prot.Type_class.writerval bin_read_perm : perm Core_kernel.Bin_prot.Read.readerval __bin_read_perm__ : (int -> perm) Core_kernel.Bin_prot.Read.readerval bin_reader_perm : perm Core_kernel.Bin_prot.Type_class.readerval bin_perm : perm Core_kernel.Bin_prot.Type_class.tval sexp_of_perm : perm -> Sexplib0.Sexp.tval perm_of_sexp : Sexplib0.Sexp.t -> permmodule Segment : sig ... endA named contiguous part of file with permissions. Also, known as segment in ELF.
module Symbol : sig ... endSymbol definition, that can span several non-contiguous parts of memory
module Section : sig ... endJust a named region of memory.
module Img : sig ... endA Img from a backend perspective.
type t = Core_kernel.Bigstring.t -> Img.t optionthe actual interface to be implemented
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>