You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
36One issue you brushed past that's worth considering is that the Windows ABI has remained stable for years. (Or rather, MS has gone to a lot of trouble to support all the various ABIs they've released transparently. WoW64, for example.) This means that an executable that runs on Windows 3.1 may well run on Windows 7. This makes for a monoculture within a monoculture: malware writers don't have to rebuild their programs for every version of Windows, as you often have to do for Linux.Warren Young– Warren Young2010-10-05 15:30:53 +00:00Commented Oct 5, 2010 at 15:30
-
52I think another reason for the low level of viruses in Unix/Linux and Mac systems is the presence of global package management systems, with trusted repositories configured by default. Whereas for Windows go online to download software from direct malevolent vendors they find while googling, on a unix/linux/mac you use your internal software to browse a repository where new entries are scrutinized and removed if problems are noticed.haylem– haylem2010-12-04 13:08:45 +00:00Commented Dec 4, 2010 at 13:08
-
34Also, Windows being the land of the proprietary (though that happens on other platforms, I'm looking at you Mac OS), people tend to look for cracked software for this platform significantly more than for others. And going in dark alleys online is no different than going to dark alleys in real life: expect troubles. How can you trust a drug dealers to provide what they advertise? And in an unmodified form? So how can you trust cracked software dealers to provide what they advertise? And without the software being modified?haylem– haylem2010-12-04 13:10:10 +00:00Commented Dec 4, 2010 at 13:10
-
5Also Data is separated from code and config files (var & home; bin & usr; etc). Look in Windows- Program Files- binaries, config files, data (MS SQL). You can mount dirs with no exec for data. Apps don't execute every file you trow at them (mail clients word processors). Open code for review. Quick fix for problems (check response time for RedHat and Debian guys after threat found in the kernel). When a problem found- the Distro pushes some update (I didn't realize for example- KDE is looking for +x flag on desktop shortcuts for example to execute them which feature was missing at some point)jet– jet2011-01-10 18:07:08 +00:00Commented Jan 10, 2011 at 18:07
-
1Haylem's comment above is right on, it would be interesting to see if this is "game-changing" for reducing the "very secure" image of OSX Macs, now a few years later... I see mal-conditions on OSX almost everyday, because users have downloaded and installed cracked software (the average person not even shying away from executing 'file.sh' that opens in terminal, and typing their admin password!)forgotstackxpassword– forgotstackxpassword2016-07-26 17:45:21 +00:00Commented Jul 26, 2016 at 17:45
|
Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. shell-script), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you