package binsec
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Semantic analysis of binary executables
Install
dune-project
Dependency
Authors
-
AAdel Djoudi
-
BBenjamin Farinier
-
CChakib Foulani
-
DDorian Lesbre
-
FFrédéric Recoules
-
GGuillaume Girol
-
JJosselin Feist
-
LLesly-Ann Daniel
-
MMahmudul Faisal Al Ameen
-
MManh-Dung Nguyen
-
MMathéo Vergnolle
-
MMathilde Ollivier
-
MMatthieu Lemerre
-
NNicolas Bellec
-
OOlivier Nicole
-
RRichard Bonichon
-
RRobin David
-
SSébastien Bardin
-
SSoline Ducousso
-
TTa Thanh Dinh
-
YYaëlle Vinçont
-
YYanis Sellami
Maintainers
Sources
binsec-0.10.1.tbz
sha256=87d4048c9a90c8a14ee029e77d31032a15427f06416a31938cec8a68394234c4
sha512=6a023d2a5c87c56b0aac489874431d8dcccee1451a072a826190be3a7f75a961688bab95f193f494231744abc3bc9733ab5c809057d36a5e4d24c6c29c369144
doc/binsec/Binsec/Binstream/index.html
Module Binsec.Binstream
Representation of binary streams
Types
Constructors
val empty : tval of_nibbles : string -> tof_nibbles s converts a string s of hexadecimal characters.
@assumes each character is in the range 0-9a-f.
val of_bytes : string -> tof_bytes s converts a byte stream s. Each character stands for its own byte.
val of_list : int list -> tof_list l converts a list of integers.
@assumes: each integer n is in the range 0 <= n <= 255.
Operations
Iterators
val iter : (int -> unit) -> t -> unitval fold : (int -> 'a -> 'a) -> t -> 'a -> 'aAccessors
val length : t -> intval get_byte : t -> int -> int optionval get_byte_exn : t -> int -> intget_byte b n retrieves byte number n from b
The byte sequence is 0-indexed.
val to_string : t -> stringPrinters
include Sigs.PRINTABLE with type t := t
val pp : Format.formatter -> t -> unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page