| 23 | void CDKey::Init(const unsigned char* /*cdKey*/, const unsigned char* /*publicKey*/) {} |
| 24 | |
| 25 | bool CDKey::Check(int /*offset*/, const char* /*with*/) |
| 26 | { |
| 27 | return true; |
| 28 | } |
| 29 | |
| 30 | __int64 CDKey::GetValue(int /*offset*/, int /*size*/) |
| 31 | { |
no outgoing calls
no test coverage detected