|
i do not know but if i look in some files there writes something sql like
char sql[1000] = { 0 };
sprintf(sql, "insert into gold (account, password, server, role, gold, gtime, machine) values('%s', '%s', '%s', '%s', '%s', now(), '%s')",
account, password, server, role, gold, machine);
and some GSCryptor::GSCryptor() **** so it might be a sort of a exploit.
have you tested this ?
|