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
-
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
-
MMathilde Ollivier
-
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.0.tbz
sha256=4cf70a0367fef6f33ee3165f05255914513ea0539b94ddfef0bd46fc9b42fa8a
sha512=cd67a5b7617f661a7786bef0c828ee55307cef5260dfecbb700a618be795d81b1ac49fc1a18c4904fd2eb8a182dc862b0159093028651e78e7dc743f5babf9e3
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:int -> 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)"
>