上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: https://blog.csdn.net/yue_jijun/article/details/81192102 阅读全文
posted @ 2019-05-29 15:11 黑马网仔 阅读(179) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/CSDNMicrosoftCSDN/article/details/49507411 阅读全文
posted @ 2019-05-29 11:00 黑马网仔 阅读(241) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/viphl/article/details/79025633 阅读全文
posted @ 2019-05-24 16:09 黑马网仔 阅读(134) 评论(0) 推荐(0) 编辑
摘要: windows 安全模型简介 阅读全文
posted @ 2019-05-22 14:39 黑马网仔 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 1 void GetForegroundWindowProc(CString& szProcPath) 2 { 3 HWND hWnd = ::GetForegroundWindow(); 4 WCHAR winClass[128]; 5 WCHAR winTitle[128]; 6 //通过句柄获取窗口类名 7 ::GetClassName... 阅读全文
posted @ 2019-05-17 17:39 黑马网仔 阅读(1268) 评论(0) 推荐(0) 编辑
摘要: 1 void getURL() 2 { 3 HWND hWnd, hWnd1, hWnd2, hWnd3, hWnd4; 4 WCHAR URL[1000] = { 0 }; 5 hWnd = FindWindow(L"IEFrame", NULL); 6 hWnd1 = FindWindowEx(hWnd, 0, L"WorkerW", NULL);... 阅读全文
posted @ 2019-05-17 14:11 黑马网仔 阅读(366) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/jiftle/p/8451336.html 阅读全文
posted @ 2019-05-13 10:16 黑马网仔 阅读(353) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include "server.h" 4 #include 5 using namespace std; 6 7 int main() 8 { 9 Object_server a; 10 Sleep(100000); 11 12 return 0; 13 } 14 ... 阅读全文
posted @ 2019-03-18 18:07 黑马网仔 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 一. 创建测试证书Certmgr.exe(证书管理器工具) makecert -r -pe -ss PrivateCertStore -n CN=Contoso.com(Test) -eku 1.3.6.1.5.5.7.3.3 ContosoTest.cer https://docs.microso 阅读全文
posted @ 2019-03-15 18:46 黑马网仔 阅读(1236) 评论(0) 推荐(0) 编辑
摘要: makecert.exe不用去找,安装VS2008后,在开始菜单相应的路径找到该命令提示符:Microsoft Visual Studio 2008/Visual Studio Tools/Visual Studio 2008 命令提示 打开后,输入makecert,就可以开始了 makecert下 阅读全文
posted @ 2019-03-15 10:50 黑马网仔 阅读(784) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页