Frama-C:
Plug-ins:
Libraries:

Frama-C API - Inout

val register_call_hook : (Frama_c_kernel.Inout_type.t -> unit) -> unit

Registers a hook to be called on the inputs/outputs computed by the Inout plugin for each function call.

Returns the memory zone read by the given function (including local and formal variables). Returns Top if the inout plugin is missing. 

Returns the memory zone modified by the given function (including local and formal variables). Returns Top if the inout plugin is missing. 

Returns the memory zone modified by the given statement. Returns Top if the inout plugin is missing.