PDA

View Full Version : DS 2.6, icedump, win XP -> fail


chitech
08-20-2002, 02:11 AM
Hallo everybody

I use SoftICE Driver Studio 2.6 on Windows XP. I have binding the icedump image into ntice.sys with ntid -> OK.

Everything looks fine until I type:

pagein d 400000 512 c:\memory.dmp

IRQL must be below DISPATCH_LEVEL to use this extension.


Can anybody tell me what I am doing wrong

Thx

Chitech

username
08-20-2002, 06:26 PM
Quote:
Originally posted by chitech
pagein d 400000 512 c:\memory.dmp

IRQL must be below DISPATCH_LEVEL to use this extension.

you have to be in a win32 app's context (i.e. not after a blind break-in with ctrl-d).

chitech
08-21-2002, 02:09 AM
Now it works!!

thx a lot

Chitech