下你所需,载你所想!
汇集开发技术源码资料

c++ 对windows进程注入代码

:11.269KB :1 :2022-09-20 18:50:37

部分简介

c++ 对windows进程注入代码如果开发者对于本文件有需要的可以参考。可以对windows进程进行注入指定dll支持x64
#include "apc_inject_test.h"
#include "asm_export.h"

#ifdef ALLOC_PRAGMA
#pragma alloc_text(INIT,DriverEntry)
#pragma alloc_text(PAGE,DriverUnload)
#pragma alloc_text(PAGE,ntLoadLibraryA)
#pragma alloc_text(PAGE,WorkThreAd_Exec)
#pragma alloc_text(PAGE,uSetTheApc_Exec)
#pragma alloc_text(PAGE,KernelApcCAllBAck_Exec)
#pragma alloc_text(PAGE,find_threAd_Exec)
#endif

热门推荐

相关文章