pagewin / MHXXSaveEditor

A save editor for Monster Hunter XX for the Nintendo 3DS.
GNU General Public License v3.0
8 stars 1 forks source link

False positives in virus scans on release binary (v0.12.01+) #24

Open pagewin opened 5 years ago

pagewin commented 5 years ago

via gbatemp comment

virustotal for v0.12.01

Could be a few things, after some brief reading...

It's probably the writing to appdata part or something else introduced in that version. virustotal for v0.11.02 doesn't indicate anything other than some no-name scanner calling it "suspicious."

pagewin commented 5 years ago

Look at using IsolatedStorage if writing to appdata is the problem.

pagewin commented 5 years ago

Some heuristics still report a trojan without the backup functionality. virustotal for 0.12.01 without backup

Heuristics aren't perfect, but maybe this is a sign to drop C# development of this and rewrite it in something less of a pain to deal with outside of Windows (ha)