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.3.tbz
sha256=93f6fe439d486b166062ef6dd92c4ce3aa0947b5e18b1c3aa7de2fc3003aa6d9
sha512=98feb2b0a3f0a33fe912e9885311dd1c051768c707437f8ef038a8489fec019960142b588c6973eb8f726a14d9b2a1b4c765d915539911cb9f6ed6da9f1e51f2
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)"
>