Erel, someone was running one of my apps today and the packager executable was picked up by BitDefender as malware.
I ran it through this site https://www.virustotal.com/ and it does show up with some false positives.
Any idea how we can resolve this?
I have resolved some of the highlighted problems;
eg to address cmd.exe you can add "p.StartInfo.UseShellExecute = false;" to the .net code
I ran it through this site https://www.virustotal.com/ and it does show up with some false positives.
Any idea how we can resolve this?
I have resolved some of the highlighted problems;
eg to address cmd.exe you can add "p.StartInfo.UseShellExecute = false;" to the .net code