match_sprintf
add_function_hook("sprintf", &match_sprintf, NULL);
add_implied_return_hook("sprintf", &match_sprintf, INT_PTR(1));
add_implied_return_hook("snprintf", &match_sprintf, INT_PTR(2));