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
-
BBenoit Boero
-
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
-
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.11.1.tbz
sha256=bb48234a4b60a872015a88282df4873f01dcc984753d49ad2583d49c1ae7d705
sha512=e8aa47a736b83bfd47d5b5e96d0988859b4873ad4a112fee7cd21d02bc72ecec61b7de610a959e38d2f2f5eef8082a2c100c201e5eae5ae3a880c747dce6ae63
doc/binsec.symbolic/Binsec_symbolic/Default/Expr/Hmap/index.html
Module Expr.Hmap
val empty : 'a tval add :
([ `Exp ], string, [ `Some ] Binsec_symbolic__Default__.Types.Memory.node)
Binsec_base.Term.t ->
'a ->
'a t ->
'a tval singleton :
([ `Exp ], string, [ `Some ] Binsec_symbolic__Default__.Types.Memory.node)
Binsec_base.Term.t ->
'a ->
'a tval union_eq :
(([ `Exp ], string, [ `Some ] Binsec_symbolic__Default__.Types.Memory.node)
Binsec_base.Term.t ->
'a ->
'a ->
'a) ->
'a t ->
'a t ->
'a tunion_eq f m m' is equivalent to merge (fun k d d' -> match d, d' with | None, _ -> d' | _, None -> d | Some a, Some a' -> if a == a' then d else Some (f k a a')) m m'
val union_map_eq :
(([ `Exp ], string, [ `Some ] Binsec_symbolic__Default__.Types.Memory.node)
Binsec_base.Term.t ->
'a ->
'a ->
'a) ->
(([ `Exp ], string, [ `Some ] Binsec_symbolic__Default__.Types.Memory.node)
Binsec_base.Term.t ->
'a ->
'a) ->
'a t ->
'a t ->
'a tunion_map_eq f g m m' is equivalent to merge (fun k d d' -> match d, d' with | None, None -> assert false | None, Some a' -> Some (g k a') | Some a, None -> Some (g k a) | Some a, Some a' -> if a == a' then d else Some (f k a a')) m m'
val freeze : 'a t -> unitval bindings :
'a t ->
(([ `Exp ], string, [ `Some ] Binsec_symbolic__Default__.Types.Memory.node)
Binsec_base.Term.t
* 'a)
listval choose :
'a t ->
([ `Exp ], string, [ `Some ] Binsec_symbolic__Default__.Types.Memory.node)
Binsec_base.Term.t
* 'aval mem :
([ `Exp ], string, [ `Some ] Binsec_symbolic__Default__.Types.Memory.node)
Binsec_base.Term.t ->
'a t ->
boolval find :
([ `Exp ], string, [ `Some ] Binsec_symbolic__Default__.Types.Memory.node)
Binsec_base.Term.t ->
'a t ->
'aval iter :
(([ `Exp ], string, [ `Some ] Binsec_symbolic__Default__.Types.Memory.node)
Binsec_base.Term.t ->
'a ->
unit) ->
'a t ->
unitval fold :
(([ `Exp ], string, [ `Some ] Binsec_symbolic__Default__.Types.Memory.node)
Binsec_base.Term.t ->
'a ->
'acc ->
'acc) ->
'a t ->
'acc ->
'accval mapi :
(([ `Exp ], string, [ `Some ] Binsec_symbolic__Default__.Types.Memory.node)
Binsec_base.Term.t ->
'a ->
'b) ->
'a t ->
'b tval is_empty : 'a t -> bool sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>