mirror of
https://github.com/chmod760/CopyReadProcessMemory
synced 2026-06-06 15:24:30 +00:00
FinalProject
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <Windows.h>
|
||||
|
||||
void XOR(char* payload, char* key, int payload_len, int key_len);
|
||||
|
||||
void * CopyReadProcessMemory(char* payload, SIZE_T size);
|
||||
Reference in New Issue
Block a user