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_cli_ghidra/Binsec_cli_ghidra/Ghidra_cfg/index.html
Module Binsec_cli_ghidra.Ghidra_cfgSource
Source
type kind = | Fallthrough(*The instruction jumps to its immediate follower.
*)| Branch(*The instruction branchs to another one.
*)| Call(*The instruction calls a function.
*)| Return of Binsec.Virtual_address.t(*The instruction returns to the caller.
*)| Presumed(*The instruction calls a function that may not return properly. Its immediate follower is taken as successor.
*)
include Graph.Sig.I
with type V.t = Binsec.Virtual_address.t
and type E.t = Binsec.Virtual_address.t * kind * Binsec.Virtual_address.t
module V : sig ... endtype vertex = V.tmodule E : sig ... endtype edge = E.tval is_empty : t -> boolval nb_vertex : t -> intval nb_edges : t -> intval create : ?size:??? -> unit -> tval clear : t -> unitparse_cache ~path build a new graph from the saved textual output of a previously Ghidra run.
Source
val run_ghidra :
?temp_dir:string ->
?cache:string ->
runner:string ->
string ->
t * string Binsec.Virtual_address.Htbl.trun_ghidra ?cache ~runner binary run Ghidra disassembly on the binary file and extract its control flow graph.
import () calls run_ghidra or parse_cache on the executatble file (Kernel_options.ExecFile) according to the global options Ghidra_options.Runner and Ghidra_options.Cache.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>