Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite sc64.py in compiled language to avoid detecting it as malicious software on Windows OS #34

Closed
Polprzewodnikowy opened this issue Feb 24, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Polprzewodnikowy
Copy link
Owner

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:

  1. Run sc64.exe on Windows OS
  2. 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.

@Polprzewodnikowy Polprzewodnikowy added the bug Something isn't working label Feb 24, 2023
@networkfusion
Copy link
Contributor

Or .Net 😉

@Polprzewodnikowy
Copy link
Owner Author

Fixed in 1e19b64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants