                How to run sdumper???
                                (c) 2008 deroko of ARTeam
                
How to install:

1. copy sdumper.sys to WINDOWS\System32\drivers\
2. import sdumper.key
3. goto softice registry key:
   HKEY_LOCAL_MACHINE\System\CurrentControlSet\Service\NTIce

4. Add key KDExtensions and put sdumper.sys as value, or if
   KDExtensions is already there, put sdumper.sys in in here

5. set KDStacksize to 0x8000 and KDHeapsize to 0x8000, similar
   is done by IceExt
   
   KDStackSize REG_DWORD        0x8000
   KDHeapSize  REG_DWORD        0x8000
   KDExtensions REG_SZ          sdumper.sys
       
   
6. start code with:
        loadkd sdumper
 
7. enjoy :)

more on the issue (eg. how to write SoftICE extensions in my way):
http://www.woodmann.com/forum/blog.php?b=112
