Skip to main content
Link
Expand
(external link)
Document
Search
Copy
Copied
API
binsec_codex
Binsec_codex_lib
Analyze
Create
Record_cfg
Module Create.Record_cfg
val dump_html_fun : (unit -> unit) option Stdlib .refval init : Binsec .Loader.Img.t -> Binsec .Virtual_address.t -> t type context_change = | NoChange | EnteredFunction of string| LeftFunction of stringval next :
t ->
exploration_only :bool ->
record_cfg :bool ->
Binsec .Virtual_address.t ->
unitval start_fork : t -> unitval next_fork : t -> unitval close :
t ->
ret_addr :Binsec .Virtual_address.t ->
Binsec .Virtual_address.t ->
graph_filename :string ->
html_filename :string option ->
(string, string) Stdlib .Hashtbl.t ->
Binsec .Loader.Img.t ->
Cfg_analysis.Cfg.t val graph_changed : t -> boolval set_graph_changed : t -> bool -> unitval visited_instructions : t -> Binsec .Virtual_address.Set.t