Lameguy64 / PSn00bSDK

The most powerful open source SDK for the PS1 (as far as open source PS1 SDKs go). Not recommended for beginner use.
Other
819 stars 66 forks source link

antivirus flags as unsafe #52

Closed Pacsonic closed 1 year ago

Pacsonic commented 2 years ago

My antivirus flags every single file in the build unsafe and deletes them. Is there a way to make sure this doesn't happen?

spicyjpeg commented 2 years ago

You should not keep your antivirus enabled while compiling your projects, or at least you should exclude your project and build directories from real-time scanning. This will not only prevent issues with false positives but will also greatly speed up the build process, since the behavior of most compilers tends to trip the detection hooks installed by your antivirus software. This applies to any programming language and platform, not just to C/C++ with PSn00bSDK.

Pacsonic commented 2 years ago

It's when I download them off the web.

spicyjpeg commented 1 year ago

There is nothing we can do to prevent antivirus software from treating PSn00bSDK's binaries as if they were malware (short of signing them which would be ridiculously expensive), so I'm going to close this issue. The SDK is known to work on fresh Windows installations; setting up a Linux VM is also an option if you don't want to change your AV's settings.