7.3. Script Variables
Eazfuscator.NET provides support for script variables that can be used to configure the following features:
The list of available script variables is presented in the table below.
Table 7.1. The list of available script variables
Variable | Description | Example value |
---|---|---|
| Directory path of the input assembly |
|
| Directory path of the MSBuild project |
|
| Directory path of the MSBuild solution |
|
| Name of MSBuild project configuration |
|
Environment variables can be referenced using $(env:VARIABLE)
syntax, where VARIABLE
is the name of an environment variable to reference.