cipherxof / MGSFPSUnlock

Play Metal Gear Solid 3 at framerates above or below 60 fps
30 stars 0 forks source link

Antivirus software removes Latest MGSFPSUnlock.asi #2

Closed mgsfox closed 6 months ago

mgsfox commented 7 months ago

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.

cipherxof commented 7 months ago

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.

ThirteenAG commented 7 months ago

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