Module Create.Make
Parameters
module Reg : Arch_settings.Registers with module Domain = DomainSignature
val expr :
Binsec.Dba.Expr.t Syntax_tree.located ->
State.t ->
(Domain.binary * State.t) optionAnalyse a DBA instruction starting from a state. idx is the position of the expression, and is used to precisely track the location in the source code.
val instr :
State.t ->
Binsec.Dba.Instr.t Syntax_tree.located ->
(jump_target * State.t) listAnalyse a DBA instruction starting from a state. idx is the index of the DBA instruction in the dhunk, and is used to precisely track the location in the source code.