摘要: #include <iostream> #include <Windows.h> #include <TlHelp32.h> using namespace std; typedef int(__stdcall* FUN1)(); FUN1 fun1; int main() { BYTE* newm 阅读全文
posted @ 2020-08-08 13:44 Ajanuw 阅读(426) 评论(0) 推荐(0)