Skip to content

Commit

Permalink
updated README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidSec committed Nov 4, 2021
1 parent b8700d4 commit 83d36b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ To use the auto-analysis feature:
2. Go to `Edit -> Plugins -> Driver Buddy Reloaded` or press `CTRL+ALT+A` to start the auto-analysis.
3. Check the "Output" window for the analysis results.

To decode an IOCTLs:
To decode an IOCTL:

1. Place the mouse cursor on the line containing a suspected IOCTL code.
2. Right-click and select `Driver Buddy Reloaded -> Decode IOCTL`; alternatively press the `CTRL+ALT+D` shortcut.

To decode ALL IOCTLs:
To decode ALL IOCTLs within a function:

1. Place the mouse cursor on the first instruction of the function you believe to be the IOCTL dispatcher (
`DispatchDeviceControl`, `DispatchInternalDeviceControl`, `Possible_DispatchDeviceControl_#`)
Expand Down

0 comments on commit 83d36b4

Please # to comment.