The iEnv command returns the specified environment variable value or an empty string if the variable does not exist.
Note
Exploit Prevention is not supported in the ARM architecture.
Syntax
iEnv name
Parameter
Parameter | Returns |
|---|---|
| Value of the specified environment variable. |
Example
set PingExe [iEnv SystemRoot]\\system32\\ping.exe
For more Expert Rules examples, visit the Trellix Github repository.