剛開始步我的內核模式USB驅動程序,它是在彙編程序。如何將WinDbg配置爲c級調試?這就是我現在的樣子=/WinDbg c級調試?
MyDriver!MyDriver_EvtDeviceAdd+0xb:
af20801b 833d647020af03 cmp dword ptr [MyDriver!DebugLevel (af207064)],3
0: kd> p
MyDriver!MyDriver_EvtDeviceAdd+0x2e:
af20803e ff15006020af call dword ptr [MyDriver!_imp__KeGetCurrentIrql (af206000)]
0: kd> p
MyDriver!MyDriver_EvtDeviceAdd+0x58:
af208068 8d95a8feffff lea edx,[ebp-158h]
0: kd> p
MyDriver!MyDriver_EvtDeviceAdd+0x64:
af208074 c785bcfeffff508420af mov dword ptr [ebp-144h],offset MyDriver!MyDriver_EvtDevicePrepareHardware (af208450)
我使用WDK自己的編譯器和連接器的Windows Vista x86的「檢查建造」,「建設-ceZ」我要補充任何額外的到。我的Windows Vista是一個「免費構建」是一個問題? – user872661