Привет Иоко,
1. Вы можете послать мне или объявить последнюю версию "injection.cpp", и "hooks.cpp" или просто "Ignore Socket" функция ?
2. Вы сделали были также известны как "mamaich" ?
Inj.AoS
Moderators: Murderator+, Murderator
I do suppose you using some sort of auto-translator programm.
1.
this is most important place, i hope it will be enough for you
2. If you mean "do you known as mamaich" the answer is no, i'm not a mamaich.
1.
Code: Select all
int SocketHookSet::recv(SOCKET s, char * buf, int len, int flags)
{
....
if(r == 0 || r == SOCKET_ERROR)
if(IgnoreSocket)
//trace_printf("Received error data: %d\n",r)
;
else
{
log_printf("Automatically closing socket\n");
int err = hook->close();
close(hook->get_socket(), err);
}
return r;
}
this is most important place, i hope it will be enough for you
2. If you mean "do you known as mamaich" the answer is no, i'm not a mamaich.
-
- Posts: 30
- Joined: 2004-11-30 13:53:59
Yes i didn't know you speak english (and also i don't 'speak' it well)Yoko wrote:I do suppose you using some sort of auto-translator programm.
Yoko wrote:2. If you mean "do you known as mamaich" the answer is no, i'm not a mamaich.
Sorry i've 'exchanged' you for him
Yes it is enough, thank you very much