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.2.tbz
sha256=b758f3428b62a03103403196af99a5bb7df77a35afbcc5ce2d2b1fbe6d2ab36b
sha512=afa4fdf09ae0c2ab02530d674f9f2c1473d156e0438b4cb9c262ffea2d98c448251de55cd6fb176562edaae3897aeabe873ffa1ad47f861c75e1943792d90261
doc/binsec.dwarf/Binsec_dwarf/Dwarf/Lines/index.html
Module Dwarf.LinesSource
Source
type entry = {addresses : Binsec_base.Virtual_address.t Binsec_base.Interval.t;path : string;line : int;column : int;is_stmt : bool;basic_block : bool;discriminator : int;
}represent one or more rows of the addresse / line matrix addresses the range of virtual addresses of the entry path the path of the processed file line the line of the source (starting from 1) column the column (non reliable, old compilers do not produce it) is_stmt if the entry correspond to a statement in the source basic_block if the entry is the start of a basic block discriminator an integer identifying the block to which the entry belong
load img extract and interpret the content of .debug_line section
include Binsec_base.Sigs.PRINTABLE with type t := t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>