UnamBinder
UnamBinder copied to clipboard
Question
I have a question ... if I have an application that automatically downloads an .exe file from the internet and I use this tool to insert the windows defender bypass option it creates the exception only for the first file or creates the exception also for the downloaded file (the downloaded file is in another directory)
The exclusions is for the entire drive to both prevent the file locations from being directly found (for example if it only excluded the dropped files) and in case there is anything else that also needs to be excluded. So the exclusion it adds would also work for any other file as long as the file is not on another drive.
Ah ok thanks. Another question, I looked at the program code and I can't figure out where the installation location is saved (temp, appdata etc.) I can't figure out where the installation path is saved in the program. Could you tell me where to find it?
If you mean the location to drop each file then that's written here:
https://github.com/UnamSanctam/UnamBinder/blob/b79b6f3eb56bd417e089da35393efa4396f31163/UnamBinder/Forms/Builder.cs#L85
filevar.comboDropLocation.Text
is the base location ("Temp"/"AppData"/etc) and filevar.txtFilename.Text
is the filename to save it as.