![]() |
|
#4
|
|||
|
|||
|
as you rightly say ollydbg is a user mode debugger so it cannot debug drivers
to debug drivers you need a kernel mode debugger if you are comfortable with softice then you can use that as others have recommended else get windbg from microsoft (its free and consist of both and use mode debugger aks windbg.exe and a kernel mode debugger kdb) to use kdb you would need two pcs connected through one would act as host and other client if you dont have two pcs you can install one of those virtual machine ware (vmware virtual pc ) and debug drivers take a look at the link below for configuring vmware to be used as second pc http://silverstr.ufies.org/lotr0/windbg-vmware.html http://www.catch22.net/tuts/vmware.asp though windbg and kdbs gui is kinda fuzzy to use at first if you get used to it it proves to be an excellent debugger if you dont want to debug but just analyze some functions statically (dead listing approach) then getting the file loaded into ida should do a nice job or get livekd from sysinternals and use it in conjunction with windbg to poke |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SoftICE crashes with NVIDIA 81.x/82.x drivers | Kerlingen | General Discussion | 17 | 03-11-2006 15:22 |
| OllyDbg long process Module debug Vulnerability | elephant | General Discussion | 1 | 04-04-2005 21:49 |
| How to debug Safedisc in OllyDbg | DeeYeah | General Discussion | 4 | 01-31-2005 21:02 |
| How to debug kernel Drivers?? | loman | General Discussion | 14 | 06-18-2004 21:31 |