Page 1 of 2

Software Copyright Protection

PostPosted: Jun 29, 2003 @ 10:30pm
by telamon

PostPosted: Jun 29, 2003 @ 10:49pm
by DillRye

PostPosted: Jun 29, 2003 @ 10:51pm
by fzammetti

PostPosted: Jun 29, 2003 @ 11:31pm
by sponge

PostPosted: Jun 30, 2003 @ 5:40am
by StephC

PostPosted: Jun 30, 2003 @ 6:31am
by sponge
How would you do that? All the large distribution places have operators/moderators everywhere, not to mention tons of private sites.

PostPosted: Jun 30, 2003 @ 6:59am
by goatCE
If you write the software using .net or vb it can't be disassembled. So someone would have to buy it to spread it. Mix that with a device generated serial and you'd see lots of activity from someone who is giving out serials.

The first statement could be wrong, going off of what i've heard.

PostPosted: Jun 30, 2003 @ 8:22am
by Velo

PostPosted: Jun 30, 2003 @ 9:21am
by Conan

PostPosted: Jun 30, 2003 @ 12:45pm
by Maledorito

PostPosted: Jun 30, 2003 @ 2:57pm
by Dan East
Cracking at the simplest level just requires a Hex editor, and setting various bytes to 0. For example, to keep a message box from appearing, you can set the first character of the string to 0. The MessageBox routine will not show a window if it is passed a string of zero length. 0 is NOP, so you can prevent branches to other code by setting a 0, etc.

The idea of any protection scheme is two-fold. To prevent casual sharing from among typical users, and to prevent trivial hacks from breaking the protection (ie the types of hacking I mentioned above).

Dan East

PostPosted: Jun 30, 2003 @ 3:00pm
by refractor
They just use a disassembler. <a href="http://www.datarescue.com/idabase/">ida pro</a> or somesuch.

PostPosted: Jun 30, 2003 @ 4:54pm
by sponge

PostPosted: Jun 30, 2003 @ 9:26pm
by Maledorito

PostPosted: Jul 1, 2003 @ 9:21pm
by Guest