No announcements
Found 2879050 threads
-
0 Votes
kernel-mode resources
Hi. I was wondering, is there a kernel-mode equivalent of FindResource or LoadResource or something like that? I need to load and edit a ...Answered | 1 Replies | 3629 Views | Created by weasel550 - Thursday, March 15, 2007 1:41 AM | Last reply by Damien Watkins - MSFT - Monday, March 26, 2007 11:44 PM -
1 Votes
VS2012 Kernel Debugging & Testing
I am trying to develop a KMDF driver for Windows 8 in VS2012. I have the VS2012 "Windows Kernel Mode Debugger" setup to connect to the target system. The driver is ...Answered | 5 Replies | 2723 Views | Created by Kernel_Dev - Monday, February 25, 2013 5:04 AM | Last reply by Maxime Ouellet [MSFT] - Thursday, February 28, 2013 6:21 PM -
0 Votes
Kernel mode debugger
Is there a kernel mode debugger available for Windows that can do everything SoftICE could do? I'm looking for something that I ...Answered | 1 Replies | 3888 Views | Created by HotmailUser - Wednesday, February 6, 2008 5:14 PM | Last reply by ildjarn - Wednesday, February 6, 2008 6:08 PM -
1 Votes
Kernel mode definitions for user mode program
There is an include header containing kernel mode driver definitions for use in user mode programs. I can never remember what that file is and unable to find it when I need ...Answered | 2 Replies | 331 Views | Created by Dev10110110 - Tuesday, October 16, 2018 1:26 PM | Last reply by Dev10110110 - Tuesday, October 16, 2018 1:42 PM -
0 Votes
how can set a program mode to kernel mode
Write a driver. Put your kernel-mode code in the driver. Install your driver. Call your driver with an IoCtl call.Answered | 3 Replies | 4277 Views | Created by iman62 - Monday, November 2, 2009 6:19 AM | Last reply by Wyck - Wednesday, November 4, 2009 3:09 PM -
0 Votes
Windows kernel mode ARP
Hi, I couldn't find an appropriate forum for my question, so if I should be asking this question somewhere else, please let me know. I need to read the arp cache in windows 2000 ...Answered | 2 Replies | 12068 Views | Created by Richard Kallay - Friday, August 11, 2006 3:45 PM | Last reply by Wajihy - Monday, August 14, 2006 9:58 PM -
1 Votes
Asymetric cryptography in kernel mode
Yes, you can use the CNG (Cryptography Next Generation) APIs in kernel mode on Vista and later. Start here:Answered | 2 Replies | 1031 Views | Created by Paul Ineman - Thursday, June 13, 2013 7:42 AM | Last reply by Brian Catlin - Thursday, June 13, 2013 9:57 PM -
2 Votes
Stream Driver & Kernel Mode...
Am I going about things the wrong way? Should I be using some other form of interface for our I2C bus? I thought of maybe adding IOCtls to the Kernel to read/write to the ...Answered | 4 Replies | 4331 Views | Created by juansta - Tuesday, August 10, 2010 5:50 AM | Last reply by K M O S - Wednesday, August 11, 2010 10:12 PM -
7 Votes
Issues with windows kernel mode debugging in Win8 RTM
I am encountering the same issue debugging a KMDF driver on VS2012. Both machines are in the same workgroup and both are running WS2012 Data Center Edition. I ...Answered | 10 Replies | 5096 Views | Created by bhols - Wednesday, August 29, 2012 11:52 PM | Last reply by Fuebuzz - Sunday, November 27, 2016 12:52 PM -
1 Votes
IOCTL_STORAGE_QUERY_PROPERTY kernel mode structures
It is the same structure, look at the WDK page http://msdn.microsoft.com/en-us/library/windowsAnswered | 3 Replies | 2701 Views | Created by csource - Thursday, June 14, 2012 1:52 PM | Last reply by csource - Thursday, June 14, 2012 2:30 PM -
0 Votes
Kernel mode DLL & WHCK
Related topic is http://social.msdn.microsoft.com/Forums/en-US/wdk/thread/dadd3718-6062-48f5-bd2f-10a99001da4c kernel mode DLL howto ...Answered | 1 Replies | 1756 Views | Created by SlickCoder - Wednesday, December 5, 2012 5:53 PM | Last reply by markmsft - Wednesday, December 5, 2012 10:24 PM -
1 Votes
Print NTSTATUS from Kernel mode
If you don't want to go the WPP tracing route just print the status code. Make a user-mode tool that calls FormatMessage for the status code. CodeProject has an ...Answered | 2 Replies | 5624 Views | Created by swr4 - Tuesday, February 7, 2012 8:19 AM | Last reply by Thomas F. Divine - Tuesday, February 7, 2012 3:39 PM -
3 Votes
kernel mode events
what parameter of the DeviceIOControl request can one send the event to kernel . Right now the below is how I create the event in user ...Answered | 10 Replies | 3035 Views | Created by its_me_here - Thursday, February 27, 2014 6:46 PM | Last reply by - Wednesday, March 5, 2014 7:24 PM -
0 Votes
Local variable storage in Kernel Mode driver function
Hi All, I have doubt regarding the local variable storage in kernel mode driver function. When i am going through the kernel dispatcher object ...Answered | 3 Replies | 789 Views | Created by Boomi.s - Monday, February 9, 2015 10:47 PM | Last reply by Don Burn [Windrvr] - Tuesday, February 10, 2015 1:14 AM -
0 Votes
Kernel mode streaming ?
you can write a directshow filter to be in the video processing stream. from there you can do what you want. a screenshot of the desktop is very different and there ...Answered | 1 Replies | 411 Views | Created by RightsTobe - Saturday, December 17, 2016 7:46 AM | Last reply by Doron Holan [MSFT] - Saturday, December 17, 2016 6:56 PM -
0 Votes
Kernel Mode Driver Framework Runtime
8 requires Kernel Mode Driver Framework, so you'll lose USB3 if you somehow manage to disable KMDF. No doubt Microsoft is expanding the use of KMDF in other drivers as ...Answered | 4 Replies | 4261 Views | Created by FedeN - Saturday, March 19, 2016 2:37 AM | Last reply by Kojo Gozo - Monday, November 19, 2018 11:48 PM -
1 Votes
SChannel lib files for kernel mode
I'd like to call AcquireCredentialsHandle in a kernel mode driverAnswered | 1 Replies | 376 Views | Created by elicym - Wednesday, July 25, 2018 11:16 AM | Last reply by elicym - Thursday, July 26, 2018 6:36 AM -
0 Votes
implementing a kernel timer via user mode
implications of calling user-mode code from a kernel process would be obvious. It's not allowed, for very good reasons. Transitions between ...Answered | 2 Replies | 688 Views | Created by AbdEllah Gogop - Wednesday, May 15, 2019 11:56 PM | Last reply by Tim Roberts - Thursday, May 16, 2019 8:03 PM -
0 Votes
Kernel Library Problem
the API from kernel to Kernel32, I get the error saying that WritePrivateProfileString is not a function inside of kernel 32. Does anyone know a ...Answered | 2 Replies | 3246 Views | Created by swalsh910 - Saturday, December 29, 2007 9:57 PM | Last reply by Neeraj Aggarwal - Tuesday, May 13, 2008 10:53 AM -
0 Votes
User Mode Scheduling efficiency vs kernel mode scheduling
Hi I want a performance change report with using user mode scheduler instead of kernel mode scheduler! and I also ...Answered | 1 Replies | 4343 Views | Created by ali amiri - Wednesday, March 7, 2012 10:30 AM | Last reply by Rahul V. Patil - Tuesday, March 13, 2012 5:32 AM
No announcements