Advertisement
KidaCoding

Untitled

Jan 13th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | Source Code | 0 0
  1. #pragma once
  2. #include "Common.h"
  3. #include <winsock2.h>
  4. #include <ShlObj.h>
  5. #include <Aclapi.h>
  6. class RegKey
  7. {
  8. public:
  9. static string ProSerial;
  10.  
  11. static VOID Read();
  12. static const int32_t RegKey::MAX_SERIAL_LENGTH = 12;
  13. static VOID SetRegValue();
  14. static VOID EncryptDecrypt(std::string& data);
  15.  
  16. };
Tags: MS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement