blake502 / balatro-mobile-maker

Create a mobile Balatro app from your Steam version of Balatro
602 stars 34 forks source link

current release build has a trojan #10

Closed aebrer closed 6 months ago

aebrer commented 6 months ago

image

blake502 commented 6 months ago

No it doesn't. Check the code and compile it for yourself if you do not trust the release.

aebrer commented 6 months ago

fair enough, thanks

blake502 commented 6 months ago

I built a new version with "Release" flag instead of "Debug." That seems to have fixed the issue. Check out beta 0.4.1

aebrer commented 6 months ago

image

seems resolved now! sorry if my wording seemed accusatory, I should have been more polite, most of what I read online said it was common for false positives

blake502 commented 6 months ago

No worries. I'll never criticize somebody for being safe on the internet. From my understanding, this virus detection is based on machine learning-- It probably did not like the fact that balatro-apk-maker automatically downloads and executes additional tools from the internet.

Thanks for bringing this to my attention.

aebrer commented 6 months ago

It seems having the debug flag also enables certain actions like buffer overflow checks, which are disabled in release versions, and the malware scanners may be reacting negatively to those capabilities as well.

Anyway, glad to see it resolved and impressed by the super fast response! Great work with this tool, it's hard to believe it's even possible to so simply port Balatro to Android!

blake502 commented 6 months ago

I'm glad you like it, thanks for the kind words! Have a great day!