This commit is contained in:
Warlock-Dalbaeb 2017-08-15 01:03:17 +07:00
parent 06f7eab4c6
commit a65bd8fbaf
2 changed files with 13 additions and 4 deletions

View file

@ -67,8 +67,11 @@ For idea and example ^-^
Orignal is sensei of crypto ;)
*/
std::cout << "Thread " << id_thread << " binded" << std::endl;
uint8_t b[391]; __attribute__((__mode__(SI))); // 4 byte == 32 bits, not usefull. i think.
#ifdef MODES
uint8_t b[391] __attribute__((__mode__(SI))); // 4 byte == 32 bits, not usefull. i think.
#else
uint8_t b[391];
#endif
memcpy (b, buf, 391);
int len = strlen (prefix);