//sorry my english is poor.
how to loate the specify driver module who owns a specify address.
i want to know which rootkit hook the specify address
for example:
8053e628 90 nop
8053e629 e962aecc31 jmp b2209490 // this is a inline hook
i want to know b2209490 belongs to which module ?
this is what i do:
kd> !vm b2209490
*** Virtual Memory Usage ***
Physical Memory: 130940 ( 523760 Kb)
Page File: \??\C:\pagefile.sys
...
maybe the specify module has been exchange to disk.so windows tell me it locates in pagefile.
.Now How can i know what is the module in pagefile?
how to loate the specify driver module who owns a specify address.
i want to know which rootkit hook the specify address
for example:
8053e628 90 nop
8053e629 e962aecc31 jmp b2209490 // this is a inline hook
i want to know b2209490 belongs to which module ?
this is what i do:
kd> !vm b2209490
*** Virtual Memory Usage ***
Physical Memory: 130940 ( 523760 Kb)
Page File: \??\C:\pagefile.sys
...
maybe the specify module has been exchange to disk.so windows tell me it locates in pagefile.
.Now How can i know what is the module in pagefile?