KiUserExceptionDispatcher improved (c) ARTeam 2006
                     S verom u Boga, deroko/ARTeam
                     
1. ring0.sys    - driver that will hook needed data in ntoskrnl.exe
                  driver name is renamed to ring0.read.sys so that
                  you can NOT bsod your system by simple clicking on
                  loader.exe wihtout previous checking Article or 
                  warning!!!!
                  
2. loader.exe   - loader used to load driver into memory


NOTE: before running loader make sure that you have changed offsets in
      source code of driver for your ntoskrnl.exe!!!!!!!!!!! Using
      driver without previous change may lead to BSOD, system crash or
      data loss or system corruption!!!! 
      
      MAGIC_OFFSET is the name you should lookup in ring0.asm
      
NOTE2: don't unload this driver!!!!! I wrote it as poc and it DOES NOT
       restore hooked bytes, if you unload it somehow, you will get 
       BSOD.
       
NOTE3: Note2 is not that scarry, I load this driver after I load my SoftICE
       and keep it in backgound all the time...
       
       
       