Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #pragma once
- #include "Common.h"
- #include <winsock2.h>
- #include <ShlObj.h>
- #include <Aclapi.h>
- class RegKey
- {
- public:
- static string ProSerial;
- static VOID Read();
- static const int32_t RegKey::MAX_SERIAL_LENGTH = 12;
- static VOID SetRegValue();
- static VOID EncryptDecrypt(std::string& data);
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement