上一页 1 ··· 527 528 529 530 531 532 533 534 535 ··· 618 下一页

2019年9月27日

摘要: #include "stdafx.h" #include <windows.h> #include <iostream> #include <COMDEF.H> #include <stdio.h> #include <Tlhelp32.h> using namespace std; typedef struct _UNICODE_STRING { USHORT Length; USHORT Ma 阅读全文
posted @ 2019-09-27 18:24 lydstory 阅读(431) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_38004638/article/details/91975123' https://www.cnblogs.com/goodAndyxublog/p/11637760.html https://www.cnblogs.com/intsmaz 阅读全文
posted @ 2019-09-27 16:51 lydstory 阅读(117) 评论(0) 推荐(0)
摘要: #include "stdafx.h" #include <Windows.h> #include <winternl.h> using namespace std; typedef NTSTATUS (WINAPI *PFUN_NtQuerySystemInformation)( _In_ SYSTEM_INFORMATION_CLASS SystemInformationClass, _Ino 阅读全文
posted @ 2019-09-27 16:09 lydstory 阅读(774) 评论(0) 推荐(0)
摘要: 【转】 https://blog.csdn.net/FURY_QQ/article/details/79767228 阅读全文
posted @ 2019-09-27 13:15 lydstory 阅读(427) 评论(0) 推荐(0)
摘要: BOOL EnableDebugPrivilege() { HANDLE hToken; BOOL fOk=FALSE; if(OpenProcessToken(GetCurrentProcess(),TOKEN_ADJUST_PRIVILEGES,&hToken)) //Get Token { TOKEN_PRIVILEGES tp; tp.PrivilegeCount=1;... 阅读全文
posted @ 2019-09-27 11:45 lydstory 阅读(544) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/search?q=openprocess+not+open+ 阅读全文
posted @ 2019-09-27 10:50 lydstory 阅读(161) 评论(0) 推荐(0)
摘要: openprocess打不开 如何读取exe路径描述 openprocess打不开 如何读取exe路径描述 https://bbs.pediy.com/thread-210652.htm https://blog.csdn.net/FURY_QQ/article/details/79767228 阅读全文
posted @ 2019-09-27 10:32 lydstory 阅读(238) 评论(0) 推荐(0)
摘要: https://github.com/processhacker/processhacker#process-hacker https://processhacker.sourceforge.io/downloads.php 工具 阅读全文
posted @ 2019-09-27 10:19 lydstory 阅读(382) 评论(0) 推荐(0)
摘要: docker与k8s docker与k8s docker与k8s 阅读全文
posted @ 2019-09-27 08:59 lydstory 阅读(128) 评论(0) 推荐(0)

2019年9月26日

摘要: https://github.com/processhacker/processhacker/tree/master/tools 阅读全文
posted @ 2019-09-26 17:49 lydstory 阅读(107) 评论(0) 推荐(0)
上一页 1 ··· 527 528 529 530 531 532 533 534 535 ··· 618 下一页

导航