Skip to main content
Module Create.Settings
type skip_type = | NotWhenInterpreting| Always
val find_hook : Binsec.Virtual_address.t -> hook * stringval exploration_only : bool Stdlib.refval kernel_exit_point : Binsec.Virtual_address.tval add_stop : Binsec.Virtual_address.t -> unitval add_skip :
Binsec.Virtual_address.t ->
dest:Binsec.Virtual_address.t ->
unitval add_entrycall :
name:string ->
Binsec.Virtual_address.t ->
Types.TypedC.typ ->
unitval add_function_hook :
name:string ->
Binsec.Virtual_address.t ->
Types.TypedC.typ ->
unit