Search found 4 matches

by shijin
Wed Jan 20, 2016 11:25 am
Forum: Development Help
Topic: How to call MmGetPhysicalMemoryRanges ??
Replies: 2
Views: 8102

How to call MmGetPhysicalMemoryRanges ??

I am writing a driver in which i want the exact range of RAM. I came to know about memmory manager routines inside windows kernel. I am planning to include MmGetPhysicalMemoryRanges routine in my driver also to get memory range. i don't know how to add these routines into driver.. Anyone please tell...
by shijin
Tue Jan 19, 2016 6:56 am
Forum: Development Help
Topic: How to add image path of driver to registry??
Replies: 0
Views: 6304

How to add image path of driver to registry??

I have written a sample driver for printing commands. It is loaded using OSRLoader tool. But i am looking for starting this driver as service automatically (using batch file). I have created a registry key using "REG ADD" command and some key values inside that. There is a key "ImageP...
by shijin
Thu Jan 14, 2016 8:11 am
Forum: Development Help
Topic: error running driver code on x64
Replies: 1
Views: 5978

error running driver code on x64

how to sign the .sys file created using visual studio with .cat file also generated with this.
But cannot run on x64 systems..
by shijin
Wed Jan 13, 2016 12:10 pm
Forum: Development Help
Topic: How to call memory management routines from driver?
Replies: 0
Views: 5637

How to call memory management routines from driver?

I am trying to create a driver for windows for getting access to physical memory so that full dump can be created.
But i don't know how to include memory management routines into the driver and get access to the memory.
Please help me.