Hello All
?
I am very new to windows driver development. I have started this few weeks back. I am looking to do the following :-
?
On Windows 7 / Windows Server 2008 , I would like to write?a small utility that would give me a “Physical address” of a Given application.
?
E.g If I have “Notepad” application running on a desktop, I would like to get the “Physical Address” of the application.
?
This is the design I am thinking :-
?
Step 1 :- Write KMDF driver that would receive the Virtual address of an application (in this case “Notepad”) and retrive the Physical address usng the API (MmGetPhysicalAddress) and return it back.
?
Step 2:- Write a Client that can access the KMDF driver and pass the Virtual address of the application (in this case “Notepad”) and return the Physical address.
?
Can you please guide me on how do I go about
?
- Developing KMDF driver ? - Is there any sample code that I can reuse (I want to write a driver with minimalisitc code and options at this stage)
- How do I access the KMDF driver from Client application ? - I heard I need to use Creafile to open a connection but dont know how to go about it.
If some one can help me - set me up with what tools i should use, sample code of any sort to start the development, it would REALLY Help. I am in need of desperate help !!
?
Charlie