Log in

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


chitech
August 20th, 2002, 01:11
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
August 20th, 2002, 17:26
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
August 21st, 2002, 01:09
Now it works!!

thx a lot

Chitech