Symbol files are required for correct custom image deployment. If an error occurred during a template deployment because of missing symbol files, you can download the required symbol files by executing a script as described below.
You can find a sample of a script at:
https://<Kaspersky Research Sandbox address>/Tool/krssymtool.ps1
Here, <Kaspersky Research Sandbox address>
is the host name or IP address of the computer on which Kaspersky Research Sandbox is installed.
Symbol files download requires internet access on your computer.
To download symbol files:
powershell -executionpolicy bypass "./krssymtool.ps1 -manifest <manifest> -symbols_zip <symbols_zip>"
Here:
manifest
—The full path to a custom image manifest file. If a manifest file is not found, the script completes with error.symbols_zip
—A full path to download a .zip archive that contains symbol files for the custom image. The default archive name is symbols.zip.If a previously downloaded .zip archive is located in the specified folder, you must first delete it before running the script.
After the successful script execution, the symbols.zip archive is downloaded to the specified folder. If the path was not specified, the archive is saved to the same folder, where the script is located.
In case downloading the symbol files fails, please contact your Kaspersky Research Sandbox administrator.