UnamBinder icon indicating copy to clipboard operation
UnamBinder copied to clipboard

Question

Open ThomasTubato opened this issue 2 years ago • 3 comments

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)

ThomasTubato avatar Jul 14 '22 07:07 ThomasTubato

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.

UnamSanctam avatar Jul 14 '22 07:07 UnamSanctam

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?

ThomasTubato avatar Jul 14 '22 15:07 ThomasTubato

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.

UnamSanctam avatar Jul 15 '22 04:07 UnamSanctam