-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question #35
Comments
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: UnamBinder/UnamBinder/Forms/Builder.cs Line 85 in b79b6f3
filevar.comboDropLocation.Text is the base location ("Temp"/"AppData"/etc) and filevar.txtFilename.Text is the filename to save it as.
|
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 text was updated successfully, but these errors were encountered: