摘要:故障现象代码远程注入执行后远程进程异常退出,见截图远程进程代码// Win32Console.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include "process.h"#include using namespace std;void myFunc(int p1,int p2){ cout#include using namespace std;int EnableDebugPriv(LPCWSTR name){ HANDLE hToken; TOKEN_PRIVILEGES tp; LUID luid;
阅读全文