cipherxof/MGSFPSUnlock

Antivirus software removes Latest MGSFPSUnlock.asi

Closed this issue · 2 comments

As like given title, Antivirus software seems to remove latest version MGSFPSUnlock.asi . But your initial version 1.0 doesn't seem to affect by any of it.

I don't think there's much I can do about this. It's a DLL that injects into a processes memory. Some AVs might flag it.

You can add VersionInfo resource (example). Also, on an unrelated note, I suggest to use InitializeASI export instead of DllMain (example).