You can use wildcards for section values in Expert Rules.
Note
Exploit Prevention is not supported in the ARM architecture.
Wildcard character | Represents |
|---|---|
? (question mark) | A single character. |
* (one asterisk) | Multiple characters, including / and \.
|
& (ampersand) | Multiple characters except / and \. Use & to match the root-level contents of a folder, but no subfolders. For example: Include "C:\test\\&.txt" |
! (exclamation point) | Wildcard escape. For example: Include "C:\test\\yahoo!.txt" |