Viruses(?) in LOVE?

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
StormsAndOceans
Prole
Posts: 18
Joined: Sun Oct 09, 2011 1:12 am

Re: Viruses(?) in LOVE?

Post by StormsAndOceans »

josefnpat wrote:Be careful. Some malware (like the win.pinfi) will embed itself into *.exe. Also, as a long time linux user, always make sure you trust the source. Make sure you're downloading the love.exe from the love2d.org website, or compiling it from the offical source code repo, otherwise, it is VERY easy for folks to add stuff, compile it, and redistribute it to victims.
I used the front page to get the download.

I'm not a moron :/
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: Viruses(?) in LOVE?

Post by josefnpat »

StormsAndOceans wrote:
josefnpat wrote:Be careful. Some malware (like the win.pinfi) will embed itself into *.exe. Also, as a long time linux user, always make sure you trust the source. Make sure you're downloading the love.exe from the love2d.org website, or compiling it from the offical source code repo, otherwise, it is VERY easy for folks to add stuff, compile it, and redistribute it to victims.
I used the front page to get the download.

I'm not a moron :/
I made no implication, I'm just saying that it's importiant to trust your source.
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: Viruses(?) in LOVE?

Post by T-Bone »

Or you could just use Linux and never worry :neko:
User avatar
Taehl
Dreaming in associative arrays
Posts: 1025
Joined: Mon Jan 11, 2010 5:07 am
Location: CA, USA
Contact:

Re: Viruses(?) in LOVE?

Post by Taehl »

T-Bone wrote:Or you could just use Linux and parrot the no-virii-in-Linux propaganda :neko:
FTFY
Infected Linux boxes make the best botnet controllers, just so you know. It's surprisingly common.
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit!
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: Viruses(?) in LOVE?

Post by Robin »

Taehl wrote:Infected Linux boxes make the best botnet controllers, just so you know. It's surprisingly common.
Got any data or more information about that?
Help us help you: attach a .love.
User avatar
Taehl
Dreaming in associative arrays
Posts: 1025
Joined: Mon Jan 11, 2010 5:07 am
Location: CA, USA
Contact:

Re: Viruses(?) in LOVE?

Post by Taehl »

Robin wrote:
Taehl wrote:Infected Linux boxes make the best botnet controllers, just so you know. It's surprisingly common.
Got any data or more information about that?
Yep, sure do. Here's another article. And on and on. Trust me, while Linux systems doesn't suffer from infection as often as Windows systems, a huge part of that is due to the users, not some magic bulletproof kernel or whatever. Also, last I heard, Linux still hadn't completely fixed all of its buffer overrun issues (though honestly I haven't researched this in a while... Is ASLR finally standard on all kernels now?).

Anyway, sorry about being off-topic. This is a bit of a pet peeve of mine.
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit!
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: Viruses(?) in LOVE?

Post by josefnpat »

Taehl wrote:
Robin wrote:
Taehl wrote:Infected Linux boxes make the best botnet controllers, just so you know. It's surprisingly common.
Got any data or more information about that?
Yep, sure do. Here's another article. And on and on. Trust me, while Linux systems doesn't suffer from infection as often as Windows systems, a huge part of that is due to the users, not some magic bulletproof kernel or whatever. Also, last I heard, Linux still hadn't completely fixed all of its buffer overrun issues (though honestly I haven't researched this in a while... Is ASLR finally standard on all kernels now?).

Anyway, sorry about being off-topic. This is a bit of a pet peeve of mine.
Linux boxes are probably the easiest to infect by a moronic user. Windows and OS X stop the users from doing dumb things, whereas linux sort of giggles when you do stupid stuff. It probably does this in unused parts of it's ram. Maybe in the floppy drive now that it's not being used much anymore.

But seriously, trust your sources. Don't just download code, make sure it's coming from a repository that you feel you can trust (eg Canonical)
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
StormsAndOceans
Prole
Posts: 18
Joined: Sun Oct 09, 2011 1:12 am

Re: Viruses(?) in LOVE?

Post by StormsAndOceans »

josefnpat wrote: But seriously, trust your sources. Don't just download code, make sure it's coming from a repository that you feel you can trust (eg Canonical)
But it's less often that Linux users are stupid when it comes to technology.
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: Viruses(?) in LOVE?

Post by josefnpat »

StormsAndOceans wrote:
josefnpat wrote: But seriously, trust your sources. Don't just download code, make sure it's coming from a repository that you feel you can trust (eg Canonical)
But it's less often that Linux users are stupid when it comes to technology.
What an interesting coincidence :monocle:
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
User avatar
Taehl
Dreaming in associative arrays
Posts: 1025
Joined: Mon Jan 11, 2010 5:07 am
Location: CA, USA
Contact:

Re: Viruses(?) in LOVE?

Post by Taehl »

josefnpat wrote:What an interesting coincidence :monocle:
What's that? Something which is very hard to use, and requires higher than average computer ability to merely install, tends to have fewer users, who coincidentally have higher than average computer ability (since they had to install it in the first place)? Shocking!
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit!
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 4 guests