Hi Charles,
since I must use a different AV scanner with my notebook I experience restless times sometimes. Of course I know that there must be at least a basic protection against malware but sometimes it is a little bit problematic, e.g. I read this blog and the responses:
http://blog.nirsoft.net/2009/05/17/antivirus-companies-cause-a-big-headache-to-small-developers/As I wanted to learn a bit more about malware I found a link for some tools at:
https://blog.malwarebytes.com/threat-analysis/2014/05/five-pe-analysis-tools-worth-looking-at/I used the freeware version of PEStudio - which is no virus scanner but looks for markers - for a quick start, because I wanted to know why gxo2.exe and oxygen.dll are not marked as infected but co2.exe and oxide.exe are flagged as malware by some AV scanners. I found that oxygen.dll and gxo2.exe contain some strings with gcc... which might be sufficient for these scanners.
I experimented a little bit and added version info and manifest to co2.exe and oxide.exe and I can confirm Mike's statement that this helps with some AV scanners (results got down from 9 to 4). Maybe using an icon group with 32*32/256 and 16*16/256 will help too.
As this did not work for Avira I reported the original files and was confirmed that these results were false positives. Thus the original co2.exe/14.11.2016 and oxide.exe/15.11.2016 will be accepted by Avira, the executables created by the apps will not. Even worse: my co2.exe with version info and manifest are still marked as TR/Crypt.XPACK.Gen2 although it is the same compiled code. So Avira must use a different heuristic but I got no detailed information.
I looked for some information about TR/Crypt.XPACK.Gen2 and found this link:
https://home.mcafee.com/virusinfo/virusprofile.aspx?key=9217231Virus characteristics show other names used:
McAfee Detection RDN/Ransom!el
AVG (GriSoft) Win32/DH{O1AWgQVU}
avira TR/Crypt.XPACK.Gen2
Kaspersky HEUR:Trojan.Win32.Invader
Dr.Web Trojan.Encoder.815
Microsoft Ransom:Win32/Denisca.A
Symantec Suspicious.MH690.A
Eset a variant of Win32/LockScreen.BHI
norman Dogkild.E
vba32 BScope.Trojan.Diple
It seems that you have to satisfy at least Avira, McAfee, Avast/Avg, Symantic to be on the safe side. Mike's other hints about checksums certainly can help further. Is there an instructive link anywhere about PE files?
Roland