Hello, good morning, everyone.
Please, I would like to know what the C ++ method would look like below in Delphi.
Follows:
bool hook(void* old_function, void* new_function)
{
return eat_hook(old_function, new_function) && iat_hook(old_function, new_function);
}