Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

nfqws2: align packet buffers

This commit is contained in:
bol-van
2026-01-12 18:32:52 +03:00
parent 622a81001d
commit fa89e011fb
3 changed files with 6 additions and 6 deletions

View File

@@ -1430,7 +1430,7 @@ bool IsMTProto(const uint8_t *data, size_t len)
if (len>=64)
{
/*
uint8_t decrypt[64];
uint8_t decrypt[64] __attribute__((aligned));
aes_ctr_crypt(data+8, 32, data+40, data, 64, decrypt);
return !memcmp(decrypt+56,"\xEF\xEF\xEF\xEF",4);
*/