I\'m using WinDbg for kernel mode debugging开发者_如何学JAVA and I\'d like to use the emacs interface to WinDbg. See http://www.emacswiki.org/emacs/download/cdb-gud.el. But cdb-gud.el only shows how t
I\'m building a HW-simulator for our driver team. Now, the simulator is devided in to 2 modules: First module runs inside the driver, in kernel mode andthat\'s where the main interface between the dri
Is there a way to get function caller in linux kernel? I know __func__ returns the function name wh开发者_如何学JAVAich is executing. I am looking for the function which called \"__func__\"You can get
What is the difference between NtCreateProcess and ZwCreateProcess? In ntdll.dll, both NtCreateProcess and ZwCrea开发者_开发问答teProcess point to exactly the same addressIn user-mode the groups of Nt
I made a driver, and now I need to sign it. It runs in kernel mode. From what I\'ve read in Microsoft\'s Kernel Mode Code Signing Walkthrough, I have to buy a software publisher certificate from a co
WCF supports some interoperability bindings. Does any of these bindings allow to communicate with kernel mode sw?
I finished homework for a graduate course in operating systems. I got a great score and I only missed one tiny point of a question. It asked which were privileged instructions and which were not. I an
I wish to access some registers of my ARM Cortex-A8 board which are by default in a non-accessible state. Ubuntu 9.10 runs on this board. So, to access them I have to in-turn change 1 other register s
I want to extract a USB storage device serial number from inside a minifilter filesystem driver, inside the InstanceSetup callback using the technique described here the only difference is that I do i
How can I define a 3D matrix in MATLAB? For exa开发者_开发百科mple a matrix of size (8 x 4 x 20) or add a 3rd dimension to an existing 2D matrix?Create a 3D matrix