You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As it turns out, using pyinstaller or Nuitka to generate executables results in terrible experience both on Windows and macOS. On Windows application is detected either as Trojan or Virus. On macOS performance and ease of use is hindered because of system protective measures.
To Reproduce
Steps to reproduce the behavior:
Run sc64.exe on Windows OS
Executable is detected as malicious software
Expected behavior sc64 executable shouldn't be detected as malicious software
Possible solution
Rewrite application in compiled language like C, Rust or Go.
The text was updated successfully, but these errors were encountered:
Describe the bug
As it turns out, using
pyinstaller
orNuitka
to generate executables results in terrible experience both on Windows and macOS. On Windows application is detected either as Trojan or Virus. On macOS performance and ease of use is hindered because of system protective measures.To Reproduce
Steps to reproduce the behavior:
sc64.exe
on Windows OSExpected behavior
sc64
executable shouldn't be detected as malicious softwarePossible solution
Rewrite application in compiled language like C, Rust or Go.
The text was updated successfully, but these errors were encountered: