Skip to content
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

Open
ThomasTubato opened this issue Jul 14, 2022 · 3 comments
Open

Question #35

ThomasTubato opened this issue Jul 14, 2022 · 3 comments

Comments

@ThomasTubato
Copy link

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)

@UnamSanctam
Copy link
Owner

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.

@ThomasTubato
Copy link
Author

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?

@UnamSanctam
Copy link
Owner

If you mean the location to drop each file then that's written here:

stringarray.Add("new string[] {" + $"\"{EncryptString(filevar.comboDropLocation.Text)}\", \"{EncryptString(filevar.txtFilename.Text)}\", \"{resourceid}\", \"{EncryptString(filevar.toggleExecute.Checked ? "true" : "false")}\"" + "}");

filevar.comboDropLocation.Text is the base location ("Temp"/"AppData"/etc) and filevar.txtFilename.Text is the filename to save it as.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants