Yoko
http://forum.yoko.com.ua/

Inj.AoS
http://forum.yoko.com.ua/viewtopic.php?f=3&t=2115
Page 1 of 1

Author:  KalVasFlam [ 2004-11-30 14:01:57 ]
Post subject:  Inj.AoS

Привет Иоко,

1. Вы можете послать мне или объявить последнюю версию "injection.cpp", и "hooks.cpp" или просто "Ignore Socket" функция ?

2. Вы сделали были также известны как "mamaich" ?

Author:  Yoko [ 2004-11-30 20:29:43 ]
Post subject: 

I do suppose you using some sort of auto-translator programm.

1.
Code:
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.

Author:  KalVasFlam [ 2004-11-30 22:24:25 ]
Post subject: 

Yoko wrote:
I do suppose you using some sort of auto-translator programm.
Yes i didn't know you speak english (and also i don't 'speak' it well)

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

Author:  Yoko [ 2004-11-30 23:09:44 ]
Post subject: 

KalVasFlam wrote:
Yoko wrote:
I do suppose you using some sort of auto-translator programm.
Yes i didn't know you speak english (and also i don't 'speak' it well)

well i stated this because your sentences obtained sence after each word translated to English

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/