Run-in-Sandbox
Run-in-Sandbox copied to clipboard
Misc. .exe files in repository
There are numerous .exe files in the source tree. This makes it hard to see what the code is doing, as well as what's inside the .exe files.
Is there a way around this? It's generally bad practice to upload such blobs directly to your source tree.
Hey, the exe files you are seeing are simply psexec and serviceui (which are both microsoft products) and 7-zip. There is no way around this, as we need those programs inside the sandbox to function correctly. The code itself is not that hard tbh, its just a few powershell files and the xaml files for the ui