:24.794KB : :1 :2022-10-08 14:49:21
DLL注入经典代码, 难得的资料如果开发者对于本文件有需要的可以参考。
C 远程线程注册代码, 游戏开发, 各种注入开发必备,使用价值非常高.
dll注入经典代码
├── DllHijack
│ ├── DllHijack.cpp
│ ├── DllHijack.vcxproj
│ ├── DllHijack.vcxproj.filters
│ ├── DllHijact.h
│ ├── dllmain.cpp
│ ├── stdafx.cpp
│ ├── stdafx.h
│ └── targetver.h
├── DllInjection.sln
├── MsgHook
│ ├── MsgHook.cpp
│ ├── MsgHook.vcxproj
│ ├── MsgHook.vcxproj.filters
│ ├── stdafx.cpp
│ ├── stdafx.h
│ └── targetver.h
├── MsgHookDll
│ ├── MsgHookDll.cpp
│ ├── MsgHookDll.vcxproj
│ ├── MsgHookDll.vcxproj.filters
│ ├── dllmain.cpp
│ ├── stdafx.cpp
│ ├── stdafx.h
│ └── targetver.h
├── RemoteThread
│ ├── RemoteThread.cpp
│ ├── RemoteThread.vcxproj
│ ├── RemoteThread.vcxproj.filters
│ ├── stdafx.cpp
│ ├── stdafx.h
│ └── targetver.h
└── RemoteThreadDll
├── RemoteThreadDll.vcxproj
├── RemoteThreadDll.vcxproj.filters
├── dllmain.cpp
├── stdafx.cpp
├── stdafx.h
└── targetver.h
5 directories, 34 files
02-09动态载入DLL
02-03升级加载内存Dll,兼容性极佳
02-03BBTC_v4_0_无DLL落地版
02-02dll或模块调用主程序中的子程序
02-02dll验证时间实例
01-29读取图片资源dll函数FOA