Binsec_cli_bbsse.GSourceval find_condition :
Binsec_cli_bbsse__.Types.Env.t ->
Binsec.Virtual_address.t ->
Binsec.Dba_types.Caddress.t * Binsec.Dba.Expr.tfind_condition state addr searches the full address and the test expression of a conditional branch instruction. It will fill the instruction storage and address predecessors if the address was not yet encountered.
val enumerate_path :
Binsec_cli_bbsse__.Types.Env.t ->
int ->
Binsec.Dba_types.Caddress.t ->
(Binsec.Dba_types.Caddress.t * bool list * Binsec.Virtual_address.t list)
listenumerate_path state n addr returns the list of all paths of n basic blocks that reach the address addr.