File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ To use the auto-analysis feature:
27272 . Go to ` Edit -> Plugins -> Driver Buddy Reloaded ` or press ` CTRL+ALT+A ` to start the auto-analysis.
28283 . Check the "Output" window for the analysis results.
2929
30- To decode an IOCTLs :
30+ To decode an IOCTL :
3131
32321 . Place the mouse cursor on the line containing a suspected IOCTL code.
33332 . Right-click and select ` Driver Buddy Reloaded -> Decode IOCTL ` ; alternatively press the ` CTRL+ALT+D ` shortcut.
3434
35- To decode ALL IOCTLs:
35+ To decode ALL IOCTLs within a function :
3636
37371 . Place the mouse cursor on the first instruction of the function you believe to be the IOCTL dispatcher (
3838 ` DispatchDeviceControl ` , ` DispatchInternalDeviceControl ` , ` Possible_DispatchDeviceControl_# ` )
You can’t perform that action at this time.
0 commit comments