Недавнее содержимое от themida

  1. themida

    NOP

    https://github.com/imring/RakHook - add handler 71 incoming rpc. return false rakhook::on_receive_rpc += [](unsigned char &id, RakNet::BitStream *bs) -> bool { if (id == 71) return false; return true; };