Std.IdaInteraction with ida instance
exception External_command_failed occurs when the external IDA command was not executed successfully
type t = idaIDA instance
val create : string -> tcreate target create an IDA instance that will work with target executable.
val close : t -> unitclose ida finish interaction with IDA and clean all resources
val with_file : string -> 'a command -> 'awith_file target analysis creates ida instance on target, perform analysis and close ida