Update yara/vulnerable_driver.md
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
```
|
||||||
import "pe"
|
import "pe"
|
||||||
|
|
||||||
rule hardware_io_wdf {
|
rule hardware_io_wdf {
|
||||||
@ -17,4 +18,5 @@ rule hardware_io_wdf {
|
|||||||
(
|
(
|
||||||
not signature.subject contains "WDKTestCert"
|
not signature.subject contains "WDKTestCert"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
```
|
Reference in New Issue
Block a user