| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Carl Dau" |
| Date: |
30 Jan 2008 11:43:40 PM |
| Object: |
How to write cracking and software-piracy tools in C++??? |
I'm a software pirate and I think that ALL software is public domain,
only idiots do pay for software, all software should be for free.
But recently, copy-protection methods got better and cracking software
is getting harder.
So, how can I write a superb cracking program in C++ that will be able
to remove any copy-protection???
.
|
|
| User: "osmium" |
|
| Title: Re: How to write cracking and software-piracy tools in C++??? |
31 Jan 2008 10:21:26 AM |
|
|
"Carl Dau" writes:
I'm a software pirate and I think that ALL software is public domain,
only idiots do pay for software, all software should be for free.
But recently, copy-protection methods got better and cracking software
is getting harder.
So, how can I write a superb cracking program in C++ that will be able
to remove any copy-protection???
Have a lot of kids and hope that one of them is smarter than daddy
.
|
|
|
| User: "John Brawley" |
|
| Title: Re: How to write cracking and software-piracy tools in C++??? |
31 Jan 2008 12:36:51 PM |
|
|
"osmium" <r124c4u102@comcast.net> wrote in message
news:60eas6F1qpt48U1@mid.individual.net...
"Carl Dau" writes:
I'm a software pirate and I think that ALL software is public domain,
only idiots do pay for software, all software should be for free.
But recently, copy-protection methods got better and cracking
software is getting harder.
So, how can I write a superb cracking program in C++ that will be able
to remove any copy-protection???
Have a lot of kids and hope that one of them is smarter than daddy
Change your mind to agree that if someone puts effort into something, he/she
should reap some rewards for that effort, minus fear of thieves.
--
Peace
JB
jb@tetrahedraverse.com
Web: http://tetrahedraverse.com
.
|
|
|
|
|
| User: "Gianni Mariani" |
|
| Title: Re: How to write cracking and software-piracy tools in C++??? |
31 Jan 2008 01:47:35 AM |
|
|
Carl Dau wrote:
I'm a software pirate and I think that ALL software is public domain,
only idiots do pay for software, all software should be for free.
But recently, copy-protection methods got better and cracking software
is getting harder.
So, how can I write a superb cracking program in C++ that will be able
to remove any copy-protection???
I know I know - use money - buy a copy and buy your way out of the copy
protection.
.
|
|
|
|
| User: "jacob navia" |
|
| Title: Re: How to write cracking and software-piracy tools in C++??? |
31 Jan 2008 12:48:39 AM |
|
|
Carl Dau wrote:
I'm a software pirate and I think that ALL software is public domain,
only idiots do pay for software, all software should be for free.
But recently, copy-protection methods got better and cracking software
is getting harder.
So, how can I write a superb cracking program in C++ that will be able
to remove any copy-protection???
Very easy:
#include <stdio.h>
int main(int argc,char *argv[])
{
if (argc < 2) {
printf("Usage: remove copy protection <file name>\n");
return -1;
}
remove(argv[1]);
}
You see?
This program will get rid of any copy protection in its argument.
--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32
.
|
|
|
|
| User: "Lars Uffmann" |
|
| Title: Re: How to write cracking and software-piracy tools in C++??? |
31 Jan 2008 02:10:55 AM |
|
|
Carl Dau wrote:
Dau as in "dumbest assumed user"? *gg*
.
|
|
|
|
| User: "Salt_Peter" |
|
| Title: Re: How to write cracking and software-piracy tools in C++??? |
31 Jan 2008 12:55:49 AM |
|
|
On Jan 31, 12:43 am, Carl Dau <lord_mel...@yahoo.com.ar> wrote:
I'm a software pirate and I think that ALL software is public domain,
only idiots do pay for software, all software should be for free.
But recently, copy-protection methods got better and cracking software
is getting harder.
So, how can I write a superb cracking program in C++ that will be able
to remove any copy-protection???
start here:
int main()
{
}
and when your done, give it to me so i can sell it (as my own) and put
supper on the table.
I want that software maintained, bug-free, updated, supported too.
Lets see how far you get with your logic.
.
|
|
|
|
| User: "Ioannis Gyftos" |
|
| Title: Re: How to write cracking and software-piracy tools in C++??? |
31 Jan 2008 04:52:08 AM |
|
|
On Jan 31, 7:43 am, Carl Dau <lord_mel...@yahoo.com.ar> wrote:
I'm a software pirate and I think that ALL software is public domain,
[...]
Don't feed the troll.
.
|
|
|
|

|
Related Articles |
|
|