#pragma once #include void XOR(char* payload, char* key, int payload_len, int key_len); void * CopyReadProcessMemory(char* payload, SIZE_T size);