Slashdot Mirror


Software Deletes Files to Defend Against Piracy

teamhasnoi writes "Back in 2004, we discussed a program that deleted your home directory on entry of a pirated serial number. Now, a new developer is using the same method to protect his software, aptly named Display Eater. In the developers's own words, 'There exist several illegal cd-keys that you can use to unlock the demo program. If Display Eater detects that you are using these, it will erase something. I don't know if this is going to become Display Eater policy. If this level of piracy continues, development will stop.'"

83 of 544 comments (clear)

  1. Aren't there laws against this? by KDR_11k · · Score: 4, Insightful

    Considering that in our legal systems two wrongs don't make a right (and three rights make a Nazi demo...) vigilante justice like this should be punished. That developer better hope the court he'll face accepts EULAs as valid and he never travels into a country where they aren't.

    --
    Justice is the sheep getting arrested while an impartial judge declares the vote void.
    1. Re:Aren't there laws against this? by edward2020 · · Score: 2, Interesting

      And think of the even more egregious instance of a user acquiring a license that they think is valid only to find that this piece of crap has deleted their data. Additionally, is it possible that this piece of software could crap out and delete the data of a legitimate user (sorry, the only code I know is the Contra code for extra lives)? Also, a question, could a user backup up their home directory, install this crap software, and then restore their home directory and continue using the software?

      --
      Don't worry about the mule, just load the wagon.
    2. Re:Aren't there laws against this? by Dogtanian · · Score: 5, Insightful
      Flamebait? Odd "Nazi" comment aside, this is broadly sound.

      I'm no rabid anti-copyrightist and I can understand the guy's frustration and desire to do something about piracy. However, his actions strike me as both ethically and legally dubious. Whether it's it's morally acceptable to damage someone's computer even if they pirate your software is one thing. Legality is another kettle of fish. There are issues as to whether he made the program's behaviour clear in the EULA, and even if he had whether this would make his actions acceptable.

      Even if it were, this guy had better hope that his protection scheme doesn't go wrong and delete stuff when someone types in a key incorrectly (or types it in correctly and the program messes up anyway). We all know the BS some software goes through when it decides that what are supposedly legal keys are actually illegal; does anyone want to take that risk? What is his legal exposure if someone inadvertantly buys a copy with pirated keys from a dubious source?

      Their responsibility? IANAL, but I wouldn't want to risk that line in a court of law.

      He says that

      I don't know if this is going to become Display Eater policy. If this level of piracy continues, development will stop. Someone else replies

      Please stop writing code. You'll do the Mac community a huge favor by never showing your face here again. And I have to say that this pretty much sums it up.
      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    3. Re:Aren't there laws against this? by Ariastis · · Score: 3, Funny

      Display Eater has found that your ACDSee copy is illegal. Deleting C:\Pr0n\*.* Nooooooooooooooooooooooo....

    4. Re:Aren't there laws against this? by orkysoft · · Score: 5, Insightful

      Also, a question, could a user backup up their home directory, install this crap software, and then restore their home directory and continue using the software?

      I don't think so. At the time the software "decides" to delete the user's files, it also "knows" that it is a pirated version, and that the serial number is invalid (that triggered the deletion). Hence, it also "knows" that it shouldn't allow itself to be unlocked from the demo version.

      I think this is a very dangerous step: what if there was a bug that caused the software to delete your files without a pirated serial being entered?

      Besides, if the author sells activation keys, he knows who bought which one, and thus whom to sue when one of those keys gets posted on warez sites. Unless he doesn't use online activation with arbitrary keys, but instead has an algorithm in his program that determines the validity of the key. That's just asking to be cracked.

      Also, piracy tends to be a powerful weapon against your competition: you might not make money from the lost sale, but (1) your competitors won't either (2) the pirates gain familiarity with your software, and are more likely to choose it when placed in a situation where they can't use pirated software, or recommend it to friends, and your competitors don't gain this advantage. See also: Microsoft Windows/Office, Adobe Photoshop.

      --

      I suffer from attention surplus disorder.
    5. Re:Aren't there laws against this? by v1 · · Score: 4, Interesting

      Wouldn't this fall into the same category as boobytraps? You cannot legally boobytrap your car seat to injure someone that is trying to steal your car for example.

      More specifically, deliberate destruction of another person' propety is not lawful even if they are in the act of committing a crime, whether or not the crime is against you or anyone else. For example, if you see a man run into a bank and the alarm bells start going off and you know he is robbing the bank, if you pull out your pocketknife and slash his tire to stop him from getting away, you will still be held liable for the damge to the tire.

      --
      I work for the Department of Redundancy Department.
    6. Re:Aren't there laws against this? by tomhudson · · Score: 5, Informative

      It IS against the law: Computer Fraud and Abuse Act - and the penalties were increased under the PATRIOT Act.

      Knowingly causing the transmission of a program, information, code, or command that causes damage or intentionally accessing a computer without authorization, and as a result of such conduct, causes damage that results in:
      1. Loss to one or more persons during any one-year period aggregating at least $5,000 in value.
      2. ...

      So, why not complain and get this guy marked as a "terr'rist"? After all, what's your pr0nn^Wdata worth?

    7. Re:Aren't there laws against this? by rainman_bc · · Score: 4, Insightful

      what if there was a bug that caused the software to delete your files without a pirated serial being entered?

      I recall a day where I bought myself a copy of Quake III Arena, and the key the game came with was already in use and identified as a pirate key - thanks to keygens.

      Makes me wonder how bulletproof this is.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    8. Re:Aren't there laws against this? by radtea · · Score: 3, Insightful

      That developer better hope the court he'll face accepts EULAs as valid and he never travels into a country where they aren't.

      I don't see how this would ever be prosecuted.

      How would you prove that the deletion was malicious? He has carefully said the software will delete "something." Without knowing what, it is hard to prove anything. Stuff goes wrong with user's computers all the time. At one company I worked for we had a user blame a hard drive crash on our software. So a file gets deleted: prove it had anything to do with his software.

      The complaint would start with, "I tried to run an illegal copy of this software..." That'll be creditable.

      What if the software simply deletes itself? That would be the easiest and safest thing to do. Annoying to the would-be copyright violator, safe for the author.

      --
      Blasphemy is a human right. Blasphemophobia kills.
    9. Re:Aren't there laws against this? by fyngyrz · · Score: 4, Interesting
      I think this is a very dangerous step: what if there was a bug that caused the software to delete your files without a pirated serial being entered?

      It is a very dangerous step. The risk you mention is there, and so are others. It is a step so insidious, so tempting, that it could change the entire viability of being involved in the software industry, putting one member of the developer/user pair at extreme risk, even to the point of going out of business or losing things dear to them. It is thoughtless, cruel, and unethical, yet the benefit is so tempting that this same member is unlikely to be able to resist it without at least some soul-searching. The idea of getting something so useful accomplished for just a tiny bit of extra work — regardless of the consequences to the other party — is compelling indeed. So profound is the benefit, it may be that the mantle of social stigma one presumes would be associated with this type of activity will be assumed with pride, perhaps even hats and t-shirts bearing some type of cultural touchstone that signifies the wearer supports this will be produced. Yes, it displays a level of disregard that is no less than appalling to those of us who would like to think that the developer/user relationship would be one based on ethics that should be deeply ingrained into both parties; but we know these characteristics are widespread throughout not only one society, but the world's societies. Because we have seen all of this before.

      In the software piracy community.

      I suspect that developers in general have worked up just about the same regard for software pirates as the software pirates have displayed for them over the last few decades. That would be... none. So if this gets a foothold, it may be that the only thing that can stop it will be legislation. The only salient difference here is that developers tend to be easily found and prosecuted, as compared to pirates, and utterly toothless though congress and the states have proven to be with regard to protecting the developer's interests, I rather doubt they'll allow the developers to act as judge, jury and executioner in the matter of people who appropriate IP from them without providing the asking price.

      So this is probably a tempest in a teapot. It'd be nice if it made the pirates think about what they are doing, but if there is one thing I am sure of, it is that software pirates don't do a lot of deep thinking. These are people with the behavior patterns of small, scheming children. Knowing they are unlikely to be caught, nothing remains to hold them back; they are truly ethical simpletons. I am sad to see developers falling to their level. But I am not surprised.

      --
      I've fallen off your lawn, and I can't get up.
    10. Re:Aren't there laws against this? by Goldberg's+Pants · · Score: 5, Insightful

      Also, piracy tends to be a powerful weapon against your competition: you might not make money from the lost sale, but (1) your competitors won't either (2) the pirates gain familiarity with your software, and are more likely to choose it when placed in a situation where they can't use pirated software, or recommend it to friends, and your competitors don't gain this advantage.

      That is a very interesting point. I'd never thought of that before.

      This developer should be ashamed of himself. Two wrongs don't make a right has been said. This is akin to taking a shotgun to someone stealing an apple. Absolutely reprehensible behaviour, and I hope he suffers dearly for this Russian Roulette style of copy protection.

      And let's not forget... Typos... The developer may think "Oh yes, well the odds of someone typing a key wrong that happens to match the ones that trigger deletion is incredibly small..." To which I point to the 6/49 style lottery. Chances of winning, 16 million to one. People still win it though. Regularly.

    11. Re:Aren't there laws against this? by BrokenHalo · · Score: 2, Insightful

      Regardless of whether law is on the author's side, I would not trust (i.e. buy) any software from a source known to maliciously damage or delete the contents of your hard drive.

      The old saw that "if you're not doing anything wrong, you have nothing to fear" just doesn't cut any ice.

    12. Re:Aren't there laws against this? by Zordak · · Score: 5, Informative

      There are issues as to whether he made the program's behaviour clear in the EULA, and even if he had whether this would make his actions acceptable.
      Destroying a user's data is an intentional tort. You cannot waive intentional torts by contract in any jurisdiction of which I am aware. So the author is pretty much toast here.
      --

      Today's Sesame Street was brought to you by the number e.
    13. Re:Aren't there laws against this? by smccurry · · Score: 4, Interesting

      I have on more than one occasion used a "illegitimate" key rather than hunt down the real key. I've purchased enough software to fill 3 boxes, but sometimes its faster to find a key or crack on the internet than try to hunt down the legitimate key. Hey, I'm unorganized, I admit it. I even try to keep a text file with legitimate keys on my computers, but even those seem to be misplaced over time.

      If I had purchased this software legitimately, and used the wrong key, I wonder what my recourses would be if it deleted my files.

    14. Re:Aren't there laws against this? by tomhudson · · Score: 2, Informative

      You can't agree to "sign away" your statutory rights. Just like you can't "agree" to be a slave, or to sell your kids as sex toys to Michael Jackson, or to be an actor in a "snuff film."

    15. Re:Aren't there laws against this? by Anonymous Coward · · Score: 2, Insightful

      Pirates will just crack the software so it can't delete anything. The only people this will harm will be the legitimate customers.

    16. Re:Aren't there laws against this? by Anonymous Coward · · Score: 2, Insightful

      Over 23 years ago, a program launcher for the apple // would format the floppy if the launcher was tampered with.

      This is not new, and a highly illegal act on the developer part, akin to putting a bomb under the hood of a car to keep someone from messing with the engine.

    17. Re:Aren't there laws against this? by Hamoohead · · Score: 4, Funny

      In Soviet Russia, files delete YOU!

      --
      "If your parents never had children, chances are you wonât either." -Dick Cavett
    18. Re:Aren't there laws against this? by Pendersempai · · Score: 3, Interesting

      Destroying a user's data is an intentional tort. You cannot waive intentional torts by contract in any jurisdiction of which I am aware.

      Patently false. Hitting you in the face is an intentional tort: battery. But sign a waiver, put on boxing gloves, and enter into a boxing ring with me, and you'd be completely without legal recourse when the fight begins. Consent, if properly expressed by contract, is a very effective defense to an intentional tort.

      Now you might argue that there's no valid consent here, that the contract is ambiguous or non-binding for a number of reasons, but that's a different argument entirely.

    19. Re:Aren't there laws against this? by ultranova · · Score: 4, Funny

      or to be an actor in a "snuff film."

      I knew it was a good idea to read Slashdot one last time before leaving for work !

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    20. Re:Aren't there laws against this? by Goldberg's+Pants · · Score: 5, Insightful

      MAJOR criminal.

      Okay, so if he's a MAJOR criminal, what does that make, to pick a name at random, Jeffrey Dahmer? I have no real sympathy for a pirate like that Australian one. He took a risk, got caught. But I DO have a major problem with your assertion that he's a MAJOR CRIMINAL. He's facing longer in jail than most rapists, or people responsible for manslaughter. If he'd broken into the office of the companies he copied software from, he'd be facing less time in jail.

      So please, go ahead and explain how a womans body, or a human life, is worth less than some software.

      I look forward to your justification of the term MAJOR CRIMINAL.

    21. Re:Aren't there laws against this? by pilkul · · Score: 4, Insightful

      Because we have seen all of this before. In the software piracy community. I suspect that developers in general have worked up just about the same regard for software pirates as the software pirates have displayed for them over the last few decades.

      Since when do software pirates hack into developers' systems and delete their stuff? Even in the rare cases like the famous HL2 hack at Valve, code was copied out not deleted.

      These are people with the behavior patterns of small, scheming children.

      Small, scheming children hoard everything for themselves, they don't share everything freely with the world. (Whether the things shared are "stolen" is a separate matter.) Developers like this one, with callous, selfish antipiracy measures are the only ones resembling children here.

      it is that software pirates don't do a lot of deep thinking.

      I see you don't either, since your comparison is baseless and driven only by your obviously deep-seated visceral hate of pirates.

      It is thoughtless, cruel, and unethical, yet the benefit is so tempting that this same member is unlikely to be able to resist it without at least some soul-searching.

      I make my living as a developer and I am not tempted to implement this measure in my software one iota. The fact that you do (and project your feelings onto others) is telling about how irrational and hateful you are in this matter.

    22. Re:Aren't there laws against this? by Afecks · · Score: 4, Insightful

      You hit the nail on the head buddy. A long time ago I figured out that there are 2 kinds of people. Those that are willing to pay for software and those that aren't. No amount of threats, begging or trickery is going to make a dent in changing the ratio of those 2 groups. The only thing you can do is help prevent those that are willing to pay from bypassing you and getting it for free.

      That is the only sane reason for any kind of copy protection. It must be done so as to make getting a free version more trouble than getting the legal paid version. You must put your paying customers on a pedestal above the pirates. If you treat them like criminals you may find them becoming more like them everyday.

      I know several groups of software crackers and I understand the mentality behind them. They crack software because it's a challenge and there is some pride to be had. The last thing you want to do is piss them off or give them any room to think they are "doing the right thing". Yes piracy stings as a software developer but as long as you are making money it shouldn't sting enough for you to scorn your customers.

      But go ahead make the customers into criminals and the pirates into heroes. Then when you have zero user base you'll finally realize where you went wrong.

    23. Re:Aren't there laws against this? by supersat · · Score: 2, Interesting

      From what I recall, id claims to have used DES to encrypt the keys. I'm guessing they simply encrypted a serial number with a secret key (that only id knows). Only the authorization server checks the key -- the game only checks whether the key is in the right format. While DES isn't uncrackable, it's not that easy to break either. I think it's unlikely that a real keygen exists. A more plausible explanation is that your copy wasn't actually new. Game stores often have equipment and supplies to reseal a box, and I've known some employees to "borrow" a game from the store.

    24. Re:Aren't there laws against this? by ShieldW0lf · · Score: 2, Insightful

      There are three types of people, actually.

      There are those whose means far exceed their demand for software and media, they would rather drop a couple hundred dollars on something than fuck around with serial sites in the first place. These people don't see any problem with copyright because it doesn't cause them any. There aren't very many of these people, but they do make all the laws.

      There are those who cannot afford all the software and media they would like and would rather break the laws than do without just because of the law.

      Finally, there are those who cannot afford all the software and media they would like, but are afraid of getting caught, so they don't copy and do without.

      Copyright enforcement regimes don't manufacture wealth. They actually prevent its creation by forcing others to do without needlessly.

      --
      -1 Uncomfortable Truth
    25. Re:Aren't there laws against this? by Zordak · · Score: 4, Insightful

      Competitive sports are a special class where generally all but intentional torts are waived. What you're missing here is that for there to be a tort, first there must be a duty to the aggrieved party (i.e., in general, I have a duty to not hit you). When you voluntarily step into the boxing ring for a match, there is no longer the duty not to hit your opponent. The nature of the sport is to hit him. In this case, society has expressed a policy in favor of allowing certain competitive sports, even where it conflicts with the policy of people not hitting each other.

      In contrast, if you have an otherwise valid contract that says, "I am allowed to hit Bill Gates, and said Gates waives any recourse against me," and Bill himself signs the contract, and maybe you pay him a billion dollars for the privilege, you are still not privileged to hit Bill Gates at your whim. The contract is void as a matter of public policy because we have a strong public policy against people hitting each other, and there is no overriding policy that defeats it in this case. This is true of any intentional tort. If you can find a judge willing to hold that the policy of paying software vendors overrides our policy of not intentionally torting each other, I'm sure the BSA would like to speak to him.

      And before anyone brings it up, yes, it's true that some morons in Congress once tossed around a law that said that the RIAA could destroy your computer if you downloaded music. They can get away with this because the statute, once passed, would trump the common law. So if you are rich enough to pay for a law, then you can have EULAs that allow you to destroy the user's home folder if he uses an invalid key. I doubt that this moron is.
      --

      Today's Sesame Street was brought to you by the number e.
    26. Re:Aren't there laws against this? by nevali · · Score: 3, Insightful

      A software license (be it EULA or something else) is not a contract.

    27. Re:Aren't there laws against this? by flosofl · · Score: 5, Informative
      I followed the developer link from Apple. Has anyone actually gone there? It looks like this is a hoax created to "scare" people into not pirating his program. He admits that it has backfired and actually driven away legit users. Here is the statement from his site Reversecode.com

      Public Letter: I hope the public will read this entire letter. There has been alot of confusion regarding the copy protection of the program called Display Eater. It is described here in:

      There exists two illegal cd-keys that can be used to register the program without paying for it. When Display Eater detects these keys, it would delete your home directory.

      However, this is not the case in reality. The whole purpose was to create a scare campaign. You can download, the file linked from the main page, which is now down(the link is still intact here), and check it for yourself. It has been this way since 2/7/07.

      It was my hope that by creating a scare campaign, I could stop wasting time writing copy protection routines to be broken over and over. But, I was wrong, it backfired. People started buying multiple keys, which I never intended, and in the beginning when the protection was in place, people who did not even know they had committed piracy or what piracy was were left in the dark. Legitimate users started fearing the program, which I never imagined.

      A reporter called me today, and suggested that I make it free, and then have users pay for support. Or open source the program. I will consider all of these. -Reza
      --
      "This calls for a very special blend of psychology and extreme violence" - Vyvyan "The Young Ones"
    28. Re:Aren't there laws against this? by mrchaotica · · Score: 2, Interesting

      Or better yet, don't run it at all -- and then see how much profit this asshole makes!

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    29. Re:Aren't there laws against this? by Maestro4k · · Score: 4, Interesting

      I followed the developer link from Apple. Has anyone actually gone there? It looks like this is a hoax created to "scare" people into not pirating his program. He admits that it has backfired and actually driven away legit users.

      Sure, he says that now, but which statement of his are we to believe? It doesn't look like the source code is available so the only way to test it is to install the program, find a pirated key, try it and see if you lose your home directory. I'd say it's far safer to just find another program and avoid this guy entirely.

      Also note this:

      However, this is not the case in reality. The whole purpose was to create a scare campaign. You can download, the file linked from the main page, which is now down(the link is still intact here), and check it for yourself. It has been this way since 2/7/07.

      It was my hope that by creating a scare campaign, I could stop wasting time writing copy protection routines to be broken over and over. But, I was wrong, it backfired. People started buying multiple keys, which I never intended, and in the beginning when the protection was in place, people who did not even know they had committed piracy or what piracy was were left in the dark. Legitimate users started fearing the program, which I never imagined. (Emphasis added.)

      Together these imply the deletion code was implemented and in the program prior to 2/7/2007. Based on the information available there's no way to tell how long it was in there, but it sounds like it was removed only on 2/7/2007.

      So I don't think it was a hoax, I think the guy really did it, found out that it was the worst mistake he'd ever made and is now trying to do damage control. Personally I wouldn't use any program from him, at the least he lied about the code and has proven himself untrustworthy.

    30. Re:Aren't there laws against this? by mrchaotica · · Score: 2, Insightful

      Doesn't every piece of software come with a shrink-wrap EULA that says something like "You agree not to sue us if this software breaks your computer"...?

      First of all, it's ridiculous to think that EULAs are valid in the first place.

      Second, and more importantly, disclaiming an accidental act is one thing, but disclaiming a malicious, intentional one is quite another. It would be quite a fucked up world if something like that were ruled legal, no matter what the circumstances!

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    31. Re:Aren't there laws against this? by androidkami · · Score: 2, Funny

      > Flamebait? Odd "Nazi" comment aside, this is broadly sound.

      Yeah, that's just not reich.

    32. Re:Aren't there laws against this? by Tim+Browse · · Score: 2, Informative

      While I agree it is very bad, wrong, etc, is it really illegal?

      In the UK, I believe this kind of thing falls foul of the Computer Misuse Act - deleting the user's home directory in this example seems pretty well covered by the Act as being an offence.

  2. Hope he likes prison by 0123456 · · Score: 5, Informative

    At least here in the UK, I believe this would be a criminal offense. Of course the pirates might not want to report his crime, but he's still breaking the law.

    1. Re:Hope he likes prison by Jah-Wren+Ryel · · Score: 3, Interesting

      At least here in the UK, I believe this would be a criminal offense. Of course the pirates might not want to report his crime, but he's still breaking the law.

      It is probably a criminal offense in the USA too, falling under the category of unauthorized access to a computer system. Based on the general advice that contract developers should not use software timebombs to insure payment, it is probably a civil offense too.

      Furthermore, to the best of my knowledge, using someone else's serial number is not a crime - you can't copyright a serial number and the DMCA shouldn't apply to a valid serial# since it isn't an "access control circumvention device" any more than something like a car key is, and even if it was an invalid serial# certainly could not be one since it doesn't even work.

      I think this guy is setting himself up for a whole host of problems if he pisses off the wrong guy.

      --
      When information is power, privacy is freedom.
    2. Re:Hope he likes prison by Kjella · · Score: 4, Interesting

      At least here in the UK, I believe this would be a criminal offense. Of course the pirates might not want to report his crime, but he's still breaking the law.

      1. Purchase said application
      2. Try to activate it using a pirated key because you have "misplaced" your real key
      3. Sue the hell out of him
      4. Get a microscopic slap on the wrist for the key thing
      5. Get a massive damage award
      6. Profit!

      I can see so many ways to get the author in so much trouble over this. For example, send out SPAM advertising a 30-day free trial, using said serial number. He'll be drowning in criminal and civil lawsuits quicker than he can pull it from the market.

      --
      Live today, because you never know what tomorrow brings
    3. Re:Hope he likes prison by PPH · · Score: 2, Insightful

      1. Purchase said application
      2. Try to activate it using a pirated key because you have "misplaced" your real key
      Or:
      2. Misplaced my glasses and mis-read the real key off the product package.
      --
      Have gnu, will travel.
  3. convinced me by gEvil+(beta) · · Score: 4, Funny

    Wow. He's certainly convinced me to give his software a try...

    --
    This guy's the limit!
    1. Re:convinced me by mkoko · · Score: 2, Insightful

      If you were already using his software legally, you might be a little happy that what you paid for others can't get for free. However, If I were deciding between his and some other alternative, this makes the decision very easy. Do I really want to support what is essentially computer terrorism (obey these rules or fear the consequences)?

    2. Re:convinced me by JoshJ · · Score: 3, Insightful

      you might be a little happy that what you paid for others can't get for free.

      Why would I care? The value of the program lies in what it does for me- if I thought it was worth $50 (or whatever), I'd buy it. If I didn't, I wouldn't buy it.

      I'm not paying $50 so "nobody else can use this program for free". I'm paying $50 for whatever the software's functionality is.
      You're speaking of schadenfreude at its worst.
    3. Re:convinced me by Millenniumman · · Score: 2, Informative

      Here are some alternatives:

      iShowU is my favorite video screen capture tool.

      SnapZProX is okay, but much too expensive. Its interface isn't as good as iShowU

      I tried Display Eater a while ago, before this nonsense, and it wasn't very good. That's probably been a limiting factor in sales, which the developer interprets as piracy.

      --
      Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
    4. Re:convinced me by Reziac · · Score: 2, Informative

      "That's probably been a limiting factor in sales, which the developer interprets as piracy."

      I remember in the previous discussion (linked in TFBlurb) the author of a particular program complained that he'd had several million downloads, but zero registrations. In his mind, all those millions of downloads were "piracy".

      Well, I could have told him why no one registered his program: I'd long ago downloaded and tried it, but no way would I pay for it -- it's just not very good, in fact it's probably the most limited, most poorly designed, and least useful of the many apps in its field that I've tried. And there are a ton of better alternatives available for free.

      What he didn't grok was that if you want to sell something, it's got to be at least comparable to the competition at that price point. Just because YOU made it and YOU love it doesn't mean it's necessarily something anyone else will feel is worth paying for.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  4. Scale of response by hawkinspeter · · Score: 2, Insightful

    I hope this developer never sells any copies - he is equating piracy with destroying people's information. If you pirate some software, you don't deprive the developer of his copy of he software (or source code), so why deprive the pirates of their own files? I know the argument of each pirated copy is a lost sale, but that blatantly isn't true. I hope this guy gets sued.

    --
    You're a temporary arrangement of matter sliding towards oblivion in a cold, uncaring universe
  5. No, development will stop as police take computers by AHumbleOpinion · · Score: 4, Funny

    "There exist several illegal cd-keys that you can use to unlock the demo program. If Display Eater detects that you are using these, it will erase something ... If this level of piracy continues, development will stop."

    Uh, no. Development will stop as the police collect your computers as evidence that you are the developer and distributor of software that intentionally erases files without user permission.

  6. Do you suppose it really does delete things? by grahamsz · · Score: 2, Interesting

    It might just be an idle threat.

    It seems there would be too much liability to try and pull of a scheme like this

    1. Re:Do you suppose it really does delete things? by paitre · · Score: 5, Informative

      It's not.
      Reading the linked discussion thread, this 'feature' was discovered when someone tried to pirate the software so they could review it against the product they were writing.

      So... no, it's not an idle threat, and the author is a freaking asshole who deserves to have his reputation destroyed over this.

    2. Re:Do you suppose it really does delete things? by vadim_t · · Score: 4, Insightful

      Oh great, it's the stupid analogies again.

      But since you like them so much, I'll point that it's in fact illegal in many places to booby trap your property. So if you have any great ideas, like turrets that automatically shoot at intruders, or connecting AC to the window frame, you will find that if a thief gets hit with any of that they can sue you -- and win.

      In your case, there's a crime being committed: trespassing, and breaking and entering. But that in fact gives you no right whatsoever to make a mechanism that pours boiling pitch on the intruder. Your right to shoot trespassers in most place applies only to *self defense* if you personally are present. In some places you're not allowed to kill the intruder if they're not threatening you personally, and I'm pretty sure no place allows attacking an intruder by any sort of automatic means.

      In this case, there's a crime being committed: copyright infringement. But that also doesn't give the author the right to take revenge by deleting files.

    3. Re:Do you suppose it really does delete things? by Sancho · · Score: 4, Interesting

      Reporting the IP might be considered an invasion of privacy, but it would be a far cry from deleting data irrevocably. If I was doing something like this, I'd probably just have the program queue up a mail to the BSA stating that the user is a pirate.

      Or maybe (hey, this is a crazy idea) the pirated key should just not unlock the program. Whoa! What a concept! That's so ingenious, I should go patent it.

      Fact is, the program knows that the key is invalid and chooses to do something malicious rather than simply ceasing to function.

  7. The Pirates will still succeed by WindozeSux · · Score: 2, Insightful

    With cracked executables and loaders, this protection still won't do really anything. All it does is tell the pirates, "Hey! Don't use serialz or keygens. Crack & Patch me instead!". I remember all sorts of brilliant protection schemes that were made to prevent things like this cracked in no more than a week. If there is a demand, it shall be cracked.

    To me, it seems that this protection scheme will only scare away the casual pirate and not the hardcore ones.

    --
    Fallout 3 will suck.
  8. Vigilantism by xigxag · · Score: 5, Insightful

    That's vigilantism, pure and simple. Doesn't matter if the person was a pirate or not, you're not allowed to commit a crime to protect your "property."

    --
    There are two kinds of people: 1) those who start arrays with one and 1) those who start them with zero.
  9. Re:very-bad-idea software by Skater · · Score: 3, Informative

    Excuse your hasty comments? This is Slashdot - we practically demand hasty comments.

    When I first read the link to the author's comments, I noticed that he doesn't actually say what will be deleted. So I was thinking maybe he deletes something that disables his own program - which wouldn't be that outrageous to me; it'd be a hassle to reinstall all the time and would discourage pirated use.

    It's mentioned in the older Slashdot story, though, that he's deleting home directories. That's bad.

    Also, we should note in the interests of factual correctness (something Slashdot doesn't demand) that he would delete only for cases where a pirated key was used. It doesn't say anything about incorrectly entered keys, just pirated ones. That's a little better, but I still think he's going way too far.

  10. MOD PARENT UP, but by infestedsenses · · Score: 2, Funny

    ...on a side note, Bush has taken care of that.

    ;)

  11. What a spoiled brat. by BlueBoxSW.com · · Score: 5, Insightful

    I write a shareware program (BlueBox Invoices) that lots of people have registered over the course of the past 9 years it has been around.

    It is a fully functional program WITHOUT registering, yet many people take the suggestion to register, and it pays for continued development.

    If you're going to get your panties in a knot over some people using your software, you probably should be writing some software more innovative than a screen caputure utility. The world is already filled with those.

  12. How to do this legally by Henry+V+.009 · · Score: 5, Funny
    As I'm sure that the Slashdoters here aren't pirates worrying about getting punished for their piracy (they're law-abiding Slashdoters!), I think we should help this developer protect his weeks and months of labor legally. And here's how he should do it:

    Attention Users! Version 2099.0999 X of my software now comes with a special new feature! File deletion! To enable this great new feature, please find a pirated software key on the web and enter it. Any files that you have in "C:\Documents and Settings" will be deleted.

    FAQ for possible problems using this great new feature:
    • Some of my personal files aren't in "C:\Documents and Settings" and weren't deleted! -- At this time any files not in the "Documents and Settings" folder must be deleted by the user manually. We are exploring a great new "Format Drive C:" function for a future release.
    • But I have a tape backup of all my files! -- The best solution that our users have found for tape backups is fire. Be safe and go for your entire house just in case you've mislaid one or two tapes. Remember to save your pets! They aren't genetically related to you and can't pass on "pirate-genes."
    • I used a pirated key, but your software didn't delete by files! -- We apologize. Please forward us the offending keys and we will include them in the next release. However, you can still delete your files manually. Be sure to use shift-delete! Also see the above instructions concerning fire.
  13. Mac OSX by Anonymous Coward · · Score: 3, Funny

    This is why I use Windows. It's far too easy for malware to get onto a Mac and start deleting user files. PCs got over the delete random files / reformat phase of malware years ago. There's far more money to be made by keeping the machine alive.

  14. Well, that sure backfired by vadim_t · · Score: 4, Insightful

    Now the page shows it rated at the lowest value possible in all categories, and the comments are full of "don't buy this software" as well. I also noticed that searching for "Display Eater" on the site no longer returns anything, which seems to indicate they removed it from the listing.

    Talk about a moronic idea -- if piracy was already a problem, the result of this will be much greater than the problems piracy ever created. And ironically enough, this will make pirating the product a safer proposition. Do you want to use a legal version, which has this file deleting "feature" that might one day go wrong and nuke something? O do you get the pirated version with the file deleting code removed from it?

    This is a more extreme version of what happens with other sorts of copy prevention. There are games out there that run faster and more stable with the CD check disabled.

    1. Re:Well, that sure backfired by Quinn_Inuit · · Score: 4, Funny

      Nah, I think this will work pretty well at getting people to using pirated copies of his software. In fact, no one will be using any copies of his software at all.

      Hmmm...he seems to have developed the ultimate form of copy protection. Maybe the **AAs will give him a medal or something.

      --

      Stop learning! Only you can prevent esoterrorism.
  15. Thank you by Overzeetop · · Score: 4, Interesting

    I just wanted to say thanks for operating this way, and I hope you've received enough from registrations to make it worth your while. I don't use BlueBox, but I appreciate the thought.

    I will admit that I have way too much pirated software on my system at home. Of course, I'm also not using most of it. For the most part, I prefer to demo software I've never used - it's just too hard to get through the marketing hype to determine if it really works for me. I must have thirty or forty apps for video conversion. I use three. No, scratch that - I'm down to two now. One is freeware, and the other I registered.

    Sadly, 15 day - and sometimes 30 day - trials just aren't enough. Because I'm busy, I may install something to try it, and then not really get to try it out fully for a couple of months. Which means I either get a cracked copy to try it, or I pass.

    While I may not have all the software I own registered, I make sure to register those that really help - even those that don't require it. Since I'm not a programmer, I do rely on these "little" apps to help out. Rename1-4a, IrfanView, and a couple of others I find indespensible. I always make sure I pay for anything I'm still using after 6 months. If I 'm still using it, it's got to be good enough to pay for. Oddly, I still have some crakced versions I use becuase I'm too lazy to enter the real SNs. I have two or three versions of Nero floating around, not all of them with legitimate SNs, but I have three consecutive version retail registry numbers I paid for, so I'm calling it even.

    Anyway, thanks for being generous. Some of us out here really appreciate it.

    --
    Is it just my observation, or are there way too many stupid people in the world?
    1. Re:Thank you by istartedi · · Score: 2, Interesting

      Sadly, 15 day - and sometimes 30 day - trials just aren't enough.

      I've been in that situation too. It shouldn't be that difficult to make the limit based on hours of use rather than date from install. It seems like that would be more fair. After all, if the app is just sitting there on my box, I'm not really using it. OTOH, if I've used it an hour a day on average for a month, then I've definitely become a user.

      --
      For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
  16. Actually... it doesn't delete your home directory by remahl · · Score: 5, Informative

    The article and submission build on a misunderstanding. I conducted some research of my own and I've found that it does not attempt to delete the full home directory. It only deletes the ~/Library/Application Support/display_eater/ directory, i.e. files created by the trial version of the program. In fact, the developer says that the program will delete something from the home directory, but doesn't say what.

    While I didn't acquire one of the pirated serial numbers that trigger the behavior, I have disassembled the program and these are my conclusions: The deletion is done by a function destroy() at offset 0xd148 that takes a single argument specifying the path to delete. destroy is called from a single location in the program:

    +276 0000d3e4 3863a020 addi r3,r3,0xa020 ~/Library/Application Support/display_eater/ +280 0000d3e8 4bfffd39 bl _destroy

    destroy() loops over each thing contained by this directory and deletes it. I've invoked the function in this way, and it does not delete anything since that directory does not exist on my system.

    So, while this anti-piracy tactic sure won't convince any potential pirates to actually pay for the software, it is not as egregious as the summary suggests.

    It would be nice if someone would verify these conclusions, perhaps using a real pirated key.

  17. No, it isn't like that. by Scrameustache · · Score: 4, Insightful

    Isn't that like catching me trying to steal your wallet For CRYING OUT LOUD, enough with the "software copies = material theft" fallacy already!
    --

    You can't take the sky from me...

    1. Re:No, it isn't like that. by Goldberg's+Pants · · Score: 2, Interesting

      Well said sir. Anyone who thinks otherwise, just point them to that recent case of the Australian guy from DOD being prosecuted for COPYRIGHT INFRINGEMENT. The word "theft" is thrown around for copying software, but the charge is always COPYRIGHT INFRINGEMENT because A) that's the correct legal definition, and B) due to the corporations buying up the lawmakers, it carries sterner penalties.

  18. Vigilante justice by goombah99 · · Score: 5, Funny

    Considering that in our legal systems two wrongs don't make a right vigilante justice like this should be punished. Yeah, let's form a vigilante posse and punish him!
    --
    Some drink at the fountain of knowledge. Others just gargle.
  19. Re:Actually... it doesn't delete your home directo by efence · · Score: 2, Informative

    The summary is right. It indeed does wipe the whole home directory. http://www.versiontracker.com/php/feedback/article .php?story=20070204234239880

  20. Inside the program ... by tb3 · · Score: 4, Interesting

    To see what the fuss is about, I downloaded the 'demo' and took a look inside the executable. (No way am I running the damn thing!) There are some really amateurish icons and bitmaps, and the the string table reads like it was written by an emo kid. I'd reproduce some of them here, but fucking slashcode seems to be eating the long strings.

    Really, the whole thing looks like it was written by a goofy high-school kid. Since he is displaying the Apple Universal Binary logo on his site, I suspect he's in violation of the logo licence agreement, and I suspect Kagi, his payment processor, won't be too pleased with him, either.

    --

    www.lucernesys.comHorizon: Calendar-based personal finance

  21. Re:I'm not worried by dave420 · · Score: 2

    Then you're missing out on a lot of really, really good software :)

  22. Re:Actually... it doesn't delete your home directo by remahl · · Score: 2, Informative

    Koingo Software admit that they were investigating the competition. If they're the competition, they could have a motive to spread FUD about Display Eater. Maybe Koingo Software "investigated" the DE and found some strings suggesting that it had some vigilante piracy fighting and then they drew their own conclusions and decided to exaggerate in the review based on what they thought would happen if they entered a pirated key.

    Or, it could be that their home directory was actually deleted -- maybe they were using an older version or destroy() function malfunctioned. It could happen. The developer has probably rarely _tested_ the anti-piracy functionality, which means that it might not behave as he thought it would. I've seen programs that always crash when the trial expires -- the developers were presumably always using the full version.

    I doubt that Koingo, as serious Mac developers, would go to such lengths as to use a pirated key just to "investigate the competition". Which is why I suspect that they "embellished" their story about permanently losing data.

    Either way, I could have made a mistake in my 10 minute investigation and would welcome someone else to actually try it on a dummy (non-admin) account and see what happens. Personally I will never ever install a program by this developer on a production system.

  23. Yes actually it is. by NDPTAL85 · · Score: 2, Insightful

    The author doesn't get paid when his stuff is pirated. The fact that its digital software that can be copied unlimited times without cost is wholly irrelevant. The most important viewpoint is that of the author. If we want good software to continue to be made, not horribly bad user interface wise open source software, then you have to make sure the developer can get paid.

    Simple as that.

    --
    Mac OS X and Windows XP working side by side to fight back the night.
  24. Power Trip, Much? by Bones3D_mac · · Score: 2, Insightful

    In the developers's own words, 'There exist several illegal cd-keys that you can use to unlock the demo program. If Display Eater detects that you are using these, it will erase something. I don't know if this is going to become Display Eater policy. If this level of piracy continues, development will stop.'

    The sheer audacity of this guy's attitude over this problem is downright sickening. He's like one of those whiny little brats who'll only play a game until he starts losing, then trashes the game so no one else can cintinue playing.

    If you're going to develop software, then you have to accept piracy as one of the negatives. (Though, personally, if a piece of software I wrote was being pirated, I'd be flattered knowing people wanted it bad enough to invest their time into doing so.) It's not like this guy never saw this coming (given he already keyed the software ahead of time), so why screw you're paying users over by threatening to cease development over it when it backfires? Besides, these "pirates" likely wouldn't bother using the software at all had the keying stuff been made unbreakable to begin with.

    In the meanwhile, what happened to all this "trusted computing" junk that's supposed to "protect" us from stuff like this? Why aren't we sand-boxing all applications so that they only have basic read/write privileges, rather than having free reign over the system itself? Shouldn't we start looking into creating a centralized install/registration system where the OS itself handles the entire installation and approval/denial of software keys based on data the developers provide in the installation archive? That way, it is the OS itself that decides how to handle a pirated software key, rather than allowing individual developers to act as judge, jury and executioner without recourse. The developer in this article is exactly why we need such a system in place.

    --


    8==8 Bones 8==8
    1. Re:Power Trip, Much? by Tankko · · Score: 2, Insightful

      (Though, personally, if a piece of software I wrote was being pirated, I'd be flattered knowing people wanted it bad enough to invest their time into doing so.)

      You might not be so flattered if you realized it meant you could no longer pay your rent or feed your family.

  25. Video Flash Chat by mattyrobinson69 · · Score: 4, Interesting

    We bought a webcamming system from a company called Datetopia. If the php side of the software detected $_SERVER['SERVER_NAME'] wasn't the one it was registered to (eg: if you decided to buy video.mydomain.com and use that for it), then it would drop its tables in the database.

    The softare was badly written (used register_globals, etc), and lots of the code was put in an eval() (potentially a security nightmare), and obfusicated (base64'd, etc). We decided to scrap it, rather than reverse engineer it, so we wrote our own.

  26. Explosive Software by CaptSolo · · Score: 2, Insightful

    If a developer does that this is bad news for the popularity of his program. If Microsoft did that (destructive action) they might start loosing existing customers.

    Destructive action is an extreme case of fight against piracy and it may even be acceptable, but only if the destructive action damages the installation of the program in question and its data, not the home directory or your hard drives.

    The keys that the developer refers are probably valid keys (they unlock the software) that were put in the blacklist because they were used illegally (e.g., someone spread his key around). Programming errors may happen (e.g., an error that triggers destructive action even for a legal installation) and those can be costly. Even if that is a an illegal user you could "convert" his to paying for your software if it stopped working, but not after you trashed his hard drive.

    Imagine a car stereo that would blow up the whole car if tampered with. Would you buy such a stereo? What if it goes off by mistake?

  27. Re:EULA? by Rick17JJ · · Score: 2, Insightful

    Here a several other possible scenarios. suppose an employee of the store, where the software had originally been purchased, had already secretly opened and installed the the software. He then had posted the key on the Internet several weeks before someone else purchased the software. A few stores even have their own shrink wrap machines that they use on returned hardware, so he might have shrink wrapped the software again before putting it back on the shelf.

    Here is another alternative. Suppose some woman had purchased the software. Her ex-boyfriend or one of her children's friends might have secretly borrowed the installation CD and installed it on another computer and posted her key on the Internet. Then, after upgrading to a new computer she might have later reinstalled the software. She then looses her small business accounting records and the novel she had been writing for the last 6 months. The ex-boyfriend who was the actual pirate would lose nothing.

    The software could also have been received as a Christmas gift. The gift giver might have already opened the software, installed it and shared the key. Perhaps the gift might have even come from a vengeful ex-spouse who knew what would happen to their computer.

    These are also possible problems with trying to act as judge and jury and delivering mindless automated punishment to the supposed software pirates,

  28. Trust by Frozen+Void · · Score: 2, Insightful

    His program now has the same level of trust as shady trojaned warez appz.
    However such method will be cracked,and patched versions will be available.
    Thats reminds me of case of Sony DRMed CDs,which turned out to be a bad idea for Sony.

  29. Lack of revenue != Loss of property; by Scrameustache · · Score: 3, Insightful

    The author doesn't get paid when his stuff is pirated. Wow, I did not know that! Tell me more, great source of new knowledge!

    The fact that its digital software that can be copied unlimited times without cost is wholly irrelevant. Irrelevant? Wasn't it just like getting mugged just now?

    The most important viewpoint is that of the author. If we want good software to continue to be made, not horribly bad user interface wise open source software, then you have to make sure the developer can get paid.
    Simple as that. That STILL isn't the same as a mugging.

    You know what's a lot like theft, though? Having all data in your home folder taken away from you, permanently.

    If you're looking for something tangible to liken to willfull disregard of copyright for personal use, try "sneaking in a movie theatre". THAT's the same: You're enjoying someone's hard work without giving them anything, but you aren't taking anything away from them.
    If you catch people sneaking in your theatre, you can kick them out, you can hand them over to the proper authorities to be dealt with according to the law, but you cannot empty their pockets and trash their contents.
    No matter how entitled you feel to your entry fee, you can't dish out vigilante justice.
    --

    You can't take the sky from me...

  30. This was a stupid idea 25 years ago by germansausage · · Score: 2, Interesting

    Back in 1981 my neighbor dropped about $1000 on Commodore 64 and an accounting package. He used it for about a year until one day the copy protection (floppy disk based, probably because of head mis-alignment) which the software vendor never once mentioned, falsely decided that his program was a pirated copy and wrote "PIRATEPIRATEPIRATEPIRATE" over all his business records. My neighbr went absolutely apeshit (yes, no backups), called his lawyer, and in the end an employee of the computer store spent two weeks re-entering the data from paper.

    It was a stupid idea then and it is a stupid idea now.

  31. Re:Actually... it doesn't delete your home directo by Reziac · · Score: 3, Interesting

    FUD or not, I'd still be concerned that the Destroy function could go awry, and might delete files it had no business touching. That could be as simple a bug as failing to check where it's logged to before it starts killing files.

    I'd also be concerned that a mere typo (or the program misreading the input) while entering a legit serial number could trigger this.

    I remember some years ago a particular DOS app would delete all files in the %TEMP% directory at exit. Trouble was, it assumed that all users were savvy enough to have moved the TEMP variable away from the default, which happened to be C:\DOS. So when the program was run, at exit it proceeded to delete the contents of the user's DOS directory. (At the time the coder reacted by saying users who didn't change their TEMP variable were too stupid to live anyway... how is that his determination to make? and if so, why didn't he take steps to protect even stupid users' data??)

    Several times, I've had legit software refuse to accept its legit key, and had to go find one somewhere on the net to make it work. Not just small stuff either -- in one case, the app was Win98!!

    Anyway, my point is... see how easy it is for the coder to make a mistake that could cost legit users bigtime?!

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  32. There are FAR better antipiracy measures by narf501 · · Score: 2, Informative

    I know two steps that are FAR better antipiracy measures than putting in malicious code that can cause you to wind up in a prison:

    First step is simple. Update your program, and update it often. Add small new features, fix bugs, fix typos, and try to update every week or two. Have a facility to autoupdate in your program, even if its just grabbing a text file from a web server. Updates make users feel that the program is well maintained by a responsive author or development team.

    Second step. If you use Java or .NET, use an obfuscater. A basic one is included with Visual Studio .NET, and you can download "community"/free versions of others. As a side effect, most code runs faster after being passed through one.
    Now, the pirate groups are forever in catchup mode. When they have a patch for version 1.2.1, 1.2.3 is available for download and fixes a number of bugs.

    Yes, pirates can work on a keygen, but if you do the algorithm correctly, they most likely will be forced to patch your code, rather just than a keygen. Of course, you can take the step of online activation like Sunbelt does.

  33. Illegal in the UK by ajs318 · · Score: 2, Insightful

    This is illegal in the UK. It quite clearly falls under Section 3 of the Misuse of Computers Act 1990.

    The fact that the aggrieved party may have been committing a crime by using the software without authorisation does not alter anything. Two wrongs do not make a right. Deleting files from a user's home directory goes above and beyond reasonable force and is a criminal offence punishable by five years' imprisonment and/or a fine.

    --
    Je fume. Tu fumes. Nous fûmes!
  34. From the website.. by XaXXon · · Score: 2, Informative

    Public Letter:
    I hope the public will read this entire letter.
    There has been alot of confusion regarding the copy protection of the program called Display Eater.
    It is described here in:

    There exists two illegal cd-keys that can be used to register the program without paying for it. When Display Eater detects these keys, it would delete your home directory.

    However, this is not the case in reality. The whole purpose was to create a scare campaign. You can download, the file linked from the main page, which is now down(the link is still intact), and check it for yourself. It has http://reversecode.com/index.html

    It was my hope that by creating a scare campaign, I could stop wasting time writing copy protection routines to be broken over and over. But, I was wrong, it backfired.
    People started buying multiple keys, which I never intended, and in the beginning when the protection was in place, people who did not even know they had committed piracy or what piracy was were left in the dark. Legitimate users started fearing the program, which I never imagined.

    A reporter called me today, and suggested that I make it free, and then have users pay for support. Or open source the program. I will consider all of these. -Reza

  35. Irony by Anonymous Coward · · Score: 2, Interesting

    Display Eater: A tool that allows you to capture any video on your computer screen to a QuickTime movie.

    http://www.apple.com/downloads/macosx/video/displa yeater.html

    A piracy tool gets pirated. Why am I not surprised?

    Hmmm, lets see, why would I want to capture a video on my screen to a quicktime movie? It must be because I do not legitimately own the video being displayed on my screen.

    This guy was tempting fate from the start. Dollars to donuts its the MAFIAA that is pirating his product.

    This product should have been underground to start with, and should have stayed there.
  36. Malware by Aggressio · · Score: 3, Insightful
    Well, this was a great advertising campaign for his software, Display Eater, and any piece of malware he plans to code in the future.

    Now he claims that this was only a 'scare campaign' and the program doesn't actually delete anything. What ever might be the truth, I still wouldn't trust this person.

    I wouldn't dare to install anything from this guy, since there would be no way to know what kind of tantrum he was having when he was coding and what nasty suprises might come bundled with his software. Hiring this person would also be pretty risky. If he don't get high enough salary, he will plant a bomb in your companys software.

    I doubt that this guy can blame piracy for the lack of money he gets from his software. I think that if you actually write good enough application you will also get paid. And if nobody buys your program, I think you should first look into mirror and at your product. Is it good enough, how many people would actually need this kind of program?

    Or are there zillions of pirated copies of Display Eater around and this guy would be a millionaire if it wasn't for those nasty pirates?

    Well, after this publicity, there won't be any kind of Display Eaters around. Hopefully. And perhaps this developer should be introduced with the law, just to make sure that he won't be coding any more malware in the future. We have enough of that allready.

    Even if Microsoft and RIAA can get away with 'scare campaigns', you might not.

    I will remember this name, Reza and keep far away from your 'products'.

  37. Nice bit of error rate management.. by cheros · · Score: 2, Interesting

    Hmm, I just wonder what sort of lawsuits would follow if someone bought a legit key but made a mistake in entering it, or the registry entry gets corrupted (something that obviously never happens..).

    This is a simple breach of virtually any computer related laws I can think of. If you have a problem with piracy you're welcome to stop the program from working - you have, however, no right to act as judge and jury and become a vigilante, nor do you have right of access to the computing resources and information your code is near.

    In short, if you do that you're no better than a virus author and thus deserve the same treatment.

    You can't even plead temporary insanity (well, OK, maybe permanent insanity :-).

    --
    Insert .sig here. Send no money now. Owner may sue, contents will settle. Batteries not included.