Re: remap a kernel mode driver. by David
David
Mon Jan 02 23:19:04 CST 2006
Is this question about a problem you have 'solved' and you think this
'remapping' of a driver is the answer? If so, please state the problem and
let one or more of us provide help. I can't think of any way you remap a
driver and have it work. The information the OS maintains is established
when the driver is loaded and with each succeeding initialization step. The
type of driver is not given which is another problem. Some are involved in
one or more stacks where each driver is connected to another.
<dhoom007@gmail.com> wrote in message
news:1136262900.111037.132630@g49g2000cwa.googlegroups.com...
> Hello All,
>
> Is it possible to remap a whole kernel mode driver(.sys) or a part of
> it (particularly read only portions) and make the system aware of it?
>
> There should be a way the system finds address (image base) of a loaded
> driver in a kernel space memory region. If I remap a driver then how
> would I let the system know about it?
>
> I would be grateful if somebody answers it ASAP.
>
> Thanking you in advance.
>