摘要: // remote06.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "windows.h" BOOL func(DWORD ProcessID,char* Dll 阅读全文
posted @ 2020-06-15 19:08 温暖了寂寞 阅读(178) 评论(0) 推荐(0) 编辑
摘要: EnumProcessModules Function 获得指定进程中所有模块的句柄。 语法 BOOL WINAPI EnumProcessModules(in HANDLE hProcess,out HMODULE *lphModule,in DWORD cb,out LPDWORD lpcbNe 阅读全文
posted @ 2020-06-15 17:13 温暖了寂寞 阅读(2369) 评论(0) 推荐(0) 编辑
摘要: The GetModuleBaseName function retrieves the base name of the specified module.DWORD GetModuleBaseName(HANDLE hProcess, // handle to processHMODULE hM 阅读全文
posted @ 2020-06-15 17:12 温暖了寂寞 阅读(883) 评论(0) 推荐(0) 编辑
摘要: 原文 https://blog.csdn.net/baidu_38494049/article/details/82930099 如果有小伙伴看不懂太多英语,还想知道GetCursorPos函数的用法,那么往下看吧。msdn网址:https://docs.microsoft.com/zh-cn/wi 阅读全文
posted @ 2020-06-15 14:17 温暖了寂寞 阅读(2173) 评论(0) 推荐(0) 编辑