2019年4月1日

摘要: #include "stdafx.h"#include<stdlib.h>#include"windows.h"typedef int(*Func_SetMyHook)();int _tmain(int argc, _TCHAR* argv[]){ Func_SetMyHook FtSetMyHoo 阅读全文
posted @ 2019-04-01 11:51 lydstory 阅读(133) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/findumars/p/8734116.html https://blog.csdn.net/lonelyrains/article/details/25076115 阅读全文
posted @ 2019-04-01 11:18 lydstory 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 从Windows Server 2003 with SP1 以后就禁用了用户态访问\\Device\\PhysicalMemory,要访读取SMBIOS的信息,请使用以下API:•EnumSystemFirmwareTables, described on the Microsoft Web sit 阅读全文
posted @ 2019-04-01 10:45 lydstory 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 1.Project Properties > Configuration Properties > C/C++ > General > SDL checks关掉其他方法:2.#pragma warning(disable: 4996) 3。/wd 4996 原blog http://blog.csd 阅读全文
posted @ 2019-04-01 09:59 lydstory 阅读(2685) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/aidem_brown/article/details/52060140 阅读全文
posted @ 2019-04-01 09:57 lydstory 阅读(94) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xxn-180727/p/9378519.html _T( ) 是一个适配的宏,当工程采用Unicode字符时 _T()就是 L,会将多字节的字符串转化为Unicode字符,而工程采用多字节字符集时,就会当作一般的字符串处理,不做转换。 阅读全文
posted @ 2019-04-01 09:54 lydstory 阅读(520) 评论(0) 推荐(0) 编辑
摘要: C:\Windows\System32\DriverStore\FileRepository 阅读全文
posted @ 2019-04-01 09:40 lydstory 阅读(130) 评论(0) 推荐(0) 编辑

导航