上一页 1 ··· 558 559 560 561 562 563 564 565 566 ··· 583 下一页

2019年3月19日

摘要: #include <iphlpapi.h> #pragma comment ( lib, "iphlpapi.lib") 使用GetIfTable()获取各个端口信息的时候用到的 _MIB_IFTABLE结构: typedef struct _MIB_IFTABLE { DWORD dwNumEnt 阅读全文
posted @ 2019-03-19 10:50 lydstory 阅读(1529) 评论(0) 推荐(0) 编辑

2019年3月18日

摘要: return; 阅读全文
posted @ 2019-03-18 14:34 lydstory 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 提取windows系统密码 和 hash值 阅读全文
posted @ 2019-03-18 10:32 lydstory 阅读(443) 评论(0) 推荐(0) 编辑

2019年3月17日

摘要: 最好的办法是你把以上所说的"可能文件"都备份了,迅雷删除得干干净净(卸载完删除原文件夹也手动删除),然后重装,这时下载列表应该是空的,把可疑文件一个一个复制到文件夹里,复制完哪个下载列表里出现了任务就是哪个呗. 阅读全文
posted @ 2019-03-17 22:18 lydstory 阅读(94) 评论(0) 推荐(0) 编辑
摘要: typedef struct _MEMORYSTATUSEX { DWORD dwLength; DWORD dwMemoryLoad; DWORDLONG ullTotalPhys; DWORDLONG ullAvailPhys; DWORDLONG ullTotalPageFile; DWORD 阅读全文
posted @ 2019-03-17 19:49 lydstory 阅读(442) 评论(0) 推荐(0) 编辑
摘要: windows——cmd命令——输入systeminfo查看虚拟内存信息 阅读全文
posted @ 2019-03-17 19:38 lydstory 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 关于std::function 的用法: 其实就可以理解成函数指针 1. 保存自由函数 void printA(int a){ cout<<a<<endl;} std::function<void(int a)> func;func = printA;func(2); 存lambda表达式std:: 阅读全文
posted @ 2019-03-17 18:42 lydstory 阅读(148) 评论(0) 推荐(0) 编辑

2019年3月15日

摘要: https://blog.csdn.net/cracker_zhou/article/details/73348966 阅读全文
posted @ 2019-03-15 14:02 lydstory 阅读(171) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/library/windows/hardware/ff566204 Returns the ATA-2 identify data, the Self-Monitoring Analysis and Reporting Technology (S 阅读全文
posted @ 2019-03-15 01:06 lydstory 阅读(90) 评论(0) 推荐(0) 编辑

2019年3月13日

摘要: typedef BYTE near *PBYTE; 阅读全文
posted @ 2019-03-13 20:35 lydstory 阅读(269) 评论(0) 推荐(0) 编辑
上一页 1 ··· 558 559 560 561 562 563 564 565 566 ··· 583 下一页

导航