|
2 | 2 |
|
3 | 3 | ## Table of Contents
|
4 | 4 |
|
5 |
| -1. [Installation](#Installation) |
6 |
| -2. [Quick Usage](#Quick-Usage) |
7 |
| - 1. [Advanced Usage](#Advanced-Usage) |
8 |
| -3. [About Driver Buddy Reloaded](#About-Driver-Buddy-Reloaded) |
9 |
| - 1. [Finding DispatchDeviceControl](#Finding-DispatchDeviceControl) |
10 |
| - 2. [Labelling WDM & WDF Structures](#Labelling-WDM-and-WDF-Structures) |
11 |
| - 3. [Finding & Decoding IOCTL Codes](#Finding-and-Decoding-IOCTL-Codes) |
12 |
| - 4. [Flagging Functions](#Flagging-Functions) |
13 |
| - 5. [Finding DeviceName](#Finding-DeviceName) |
14 |
| - 6. [Dumping Pooltags](#Dumping-Pooltags) |
15 |
| -4. [Known Caveats & Limitations](#Known-Caveats-and-Limitations) |
16 |
| -5. [Credits & Acknowledgements](#Credits-and-Acknowledgements) |
| 5 | +- [Driver Buddy Reloaded Quickstart](#driver-buddy-reloaded-quickstart) |
| 6 | + - [Table of Contents](#table-of-contents) |
| 7 | + - [Installation](#installation) |
| 8 | + - [Quick Usage](#quick-usage) |
| 9 | + - [Advanced Usage](#advanced-usage) |
| 10 | + - [About Driver Buddy Reloaded](#about-driver-buddy-reloaded) |
| 11 | + - [Finding DispatchDeviceControl](#finding-dispatchdevicecontrol) |
| 12 | + - [Labelling WDM and WDF Structures](#labelling-wdm-and-wdf-structures) |
| 13 | + - [Finding and Decoding IOCTL Codes](#finding-and-decoding-ioctl-codes) |
| 14 | + - [Flagging Functions](#flagging-functions) |
| 15 | + - [Finding DeviceName](#finding-devicename) |
| 16 | + - [Dumping Pooltags](#dumping-pooltags) |
| 17 | + - [Known Caveats and Limitations](#known-caveats-and-limitations) |
| 18 | + - [Credits and Acknowledgements](#credits-and-acknowledgements) |
17 | 19 |
|
18 | 20 | ## Installation
|
19 | 21 |
|
@@ -158,6 +160,7 @@ with `pooltags.txt`. The output can then be copy-pasted at the end of the file a
|
158 | 160 |
|
159 | 161 | ## Known Caveats and Limitations
|
160 | 162 |
|
| 163 | +- Only IOCTL values >= 0x10000 will be automatically decoded, thus to prevent an high number of false positives. [Issue #15](https://github.com/VoidSec/DriverBuddyReloaded/issues/15) |
161 | 164 | - Experimental `DispatchDeviceControl` searching works only for x64 drivers
|
162 | 165 | - Shortcuts are incompatible with F-Secure's [win_driver_plugin](https://github.com/FSecureLABS/win_driver_plugin)
|
163 | 166 | - Shortcuts are incompatible with [findcrypt-yara](https://github.com/polymorf/findcrypt-yara)
|
|
0 commit comments