摘要: 优秀文章: https://blog.csdn.net/Simon798/article/details/101431160 #include <windows.h> //OpenProcess需要提权,因为代码常用抠出来的所有没有提权. BOOL iteratorMemory(DWORD dwPi 阅读全文
posted @ 2019-12-25 11:58 iBinary 阅读(1323) 评论(0) 推荐(0) 编辑
摘要: 代码: C++ include include pragma comment(lib,"psapi.lib") void GetPathByProcessId(DWORD dwPid) { //使用PROCESS_ALL_ACCESS 需要提权这里我直接扣出来的.提权代码看另一篇. HANDLE h 阅读全文
posted @ 2019-12-25 11:51 iBinary 阅读(2142) 评论(0) 推荐(0) 编辑