上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: //extern_cpp.h //cppfunc.h //cppfunc.cpp //mainc.c //maincpp.cpp 阅读全文
posted @ 2019-10-16 17:23 黑马网仔 阅读(230) 评论(0) 推荐(0) 编辑
摘要: https://yq.aliyun.com/articles/688531 阅读全文
posted @ 2019-10-16 11:45 黑马网仔 阅读(70) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/vanver/archive/2013/06/13/NO-2013_06_13pm.html 阅读全文
posted @ 2019-09-24 18:19 黑马网仔 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 问题描述(蓝屏条件): 在CreateDevice前添加#pragma code_seg("INIT"), 以RtlInitUnicodeString(&devName, L"\\Device\\MyDDKDevice")形式初始化devName, 将其保存在设备扩展里,给Unload调用,一旦访问devName就会导致蓝屏, 蓝屏代码Bug Check 0x50: PAGE_FAULT_IN_N 阅读全文
posted @ 2019-09-18 12:10 黑马网仔 阅读(612) 评论(0) 推荐(0) 编辑
摘要: 1 PIO_STACK_LOCATION isl = IoGetCurrentIrpStackLocation(pIrp); 2 3 //Read & Write Length 4 ULONG dwInSize = isl->Parameters.Read.Length; 5 ULONG dwOutSize = isl->Parameters.Write.Length; 6 7 //In & Ou 阅读全文
posted @ 2019-09-16 11:38 黑马网仔 阅读(1216) 评论(0) 推荐(0) 编辑
摘要: ExAllocatePool(pageType, nAllocSize); ExFreePool(address); ExAllocatePoolWithTag(pageType, nAllocSize, tag); ExFreePoolWithTag(address, tag); NPAGED_L 阅读全文
posted @ 2019-09-12 11:07 黑马网仔 阅读(863) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/daxingxing/archive/2012/06/12/2546202.html 阅读全文
posted @ 2019-08-28 16:47 黑马网仔 阅读(364) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/songr/p/5467007.html 阅读全文
posted @ 2019-08-22 15:20 黑马网仔 阅读(224) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/yenyuloong/p/9626658.html 阅读全文
posted @ 2019-07-10 10:20 黑马网仔 阅读(147) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/m0_37552052/article/details/81453591 阅读全文
posted @ 2019-06-06 15:07 黑马网仔 阅读(353) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页