I have a C # application that is flagged by several antivirus applications (AVG and Norton so far) as "suspicious behavior." I have no experience with this, and there are many things that I think can be considered “suspicious” (access to the registry, IPC with a local service using named pipes, copying files to a local application data folder, etc.), But I don’t know where to start.
Please note that applications do not say that my application is a virus or is infected with a virus - but this is suspicious.
How can I understand which part of my application is causing these problems?
source share