package binsec
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
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
-
MManh-Dung Nguyen
-
MMathéo Vergnolle
-
MMathilde Ollivier
-
MMatthieu Lemerre
-
OOlivier Nicole
-
RRichard Bonichon
-
RRobin David
-
SSébastien Bardin
-
SSoline Ducousso
-
TTa Thanh Dinh
-
YYaëlle Vinçont
Maintainers
Sources
binsec-0.7.1.tbz
sha256=2f990f80ebd06b71af4fde46c6a248eb74d52c6f46be63bdf97d99f72589db13
sha512=38d93ae20ae58e10027eb0f7669d3ab960ddc640526018fc94008ccd6cb63ec99030d0ee39dfb9cbd0d5e144db4615c9027bd2adcb197fc75676c45dbb54f836
doc/binsec/Binsec/Machine/index.html
Module Binsec.Machine
Abstract description of machines
Abstract representation of hardware architecture
type isa = private | Unknown| ARM of {rev : [ `v7 | `v8 ];endianness : endianness;
}| RISCV of {}| X86 of {}| Z80
module ISA : sig ... endmodule Bitwidth : sig ... endWord size of the machine in bits
module Endianness : Sigs.PRINTABLE with type t = endiannesstype t = isaval amd64 : tval armv7 : endianness -> tval armv8 : endianness -> tval riscv : [ `x32 | `x64 | `x128 ] -> tval x86 : tval z80 : tval unknown : tinclude Sigs.PRINTABLE with type t := t
val pp : Format.formatter -> t -> unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>