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_sse_loader/Binsec_sse_loader/Image/index.html
Module Binsec_sse_loader.ImageSource
Source
type buffer = | Zero| Data of {offset : int;len : int;value : Binsec_kernel.Loader_types.buffer;
}
crop_buffer ~lo ~hi buf creates a new buffer view containing the buf bytes from lo to hi.
Source
val content_reader :
Binsec_kernel.Virtual_address.t ->
Z.t ->
?endianness:Binsec_kernel.Machine.endianness ->
buffer Binsec_kernel.Zmap.t ->
Binsec_kernel.Virtual_address.t Binsec_kernel.Reader.tcontent_reader addr size ~endianness content returns a new Reader of size bytes of content starting from addr.
Sequential accesses are optimized with a cache.
Source
type section = {base : Binsec_kernel.Virtual_address.t;name : string;origin : string;symbols : symbol Binsec_kernel.Zmap.t;
}Source
type t = private {content : buffer Binsec_kernel.Zmap.t;(*set of initialized data
*)protection : protection Binsec_kernel.Zmap.t;(*set of mappings
*)symbols : (Z.t * string) list Binsec_kernel.Dba.Var.Tag.Attribute.Map.t Binsec_kernel.Basic_types.String.Map.t;(*set of symbol attributes
*)layout : section Binsec_kernel.Zmap.t;(*reverse memory paving
*)
}Source
val load :
fs:(string -> Binsec_kernel.Loader_types.buffer) ->
string ->
Binsec_kernel.Loader.Img.t ->
tload ~fs filename img builds a process image for the file filename with the content, permission and symbols from the loader image img.
It uses the virtual file system fs to access extra file contents (e.g. for separated debug or coredump).
Source
val layout_with_cache :
t ->
(Binsec_kernel.Virtual_address.t ->
section)
* (Binsec_kernel.Virtual_address.t ->
symbol) sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>