Frama-C:
Plug-ins:
Libraries:

Frama-C API - Mt_analysis_hooks

A correct value for the main thread

exception Hook_failure of int

Exception to be returned when a hook did not process fully correctly, to be caught the level of hook registration. The int is the erro code

List of builtins that are to be registered by Mthread. We use a simplified interface compared to what the value analysis can require. The callbacks can raise Hook_failure if they did not proceed correctly

Function to register with Cvalue_callbacks.register_call_hooks (called before each function call processed in the analysis)

Function to register with Cvalue_callbacks.register_call_results_hook (called after each function call processed by the analysis.