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

常用的DLL注入工具和CALL无模块版

:5.643KB :1 :2020-04-07 21:02:52

部分简介

AllocMem = VirtualAllocEx (hModule, 0, 取文本长度 (DLLFile) + 1, 4096, 64)
WriteProcessMemory (hModule, AllocMem, DLLFile, 取文本长度 (DLLFile) + 1, 0)
Injector = API_GetProcAddress (API_GetModuleHandle (“kernel32.dll”), “LoadLibraryA”)
hThread = CreateRemoteThread (hModule, 0, 0, Injector, AllocMem, 0, 0)
API_WaitForSingleObject (hThread, 10 × 1000)
VirtualFreeEx (hModule, AllocMem, 取文本长度 (DLLFile) + 1, 32768)

常用的DLL注入工具和CALL无模块版

热门推荐

相关文章