Re: Copy protection for a .NET application
From: C-Services Holland b.v. (csh_at_REMOVEcsh4u.nl)
Date: 12/02/04
- Next message: clintonG: "Re: Why Microsoft can blow-off with C#? ;)"
- Previous message: Nicholas Paldino [.NET/C# MVP]: "Re: ListView that renders HTML in its items"
- In reply to: William Stacey [MVP]: "Re: Copy protection for a .NET application"
- Next in thread: William Stacey [MVP]: "Re: Copy protection for a .NET application"
- Reply: William Stacey [MVP]: "Re: Copy protection for a .NET application"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 02 Dec 2004 16:53:35 +0100
William Stacey [MVP] wrote:
>>The problem with decrypting the code yourself is that you have a readily
>>accessable decryption module in your software to decrypt the DLL. That
>>would make it a breeze for any decent cracker to break your protection.
>
>
> True. But you have equal access to the either code in memory using a
> debugger. So it does raise the bar, but not too high for crackers. They
> use debugger anyway (after ildasm fails), so it is not much difference for
> them.
>
Not really. The decrypting part is in the hardlock, unaccessable by
debuggers :) From the tech docs I've read, they also employ
anti-debugging techniques to prevent on the fly inspection of things
going on.
But as I said. Nothing is impossible to crack, it's just how much time
and effort is one willing to spend.
-- Rinze van Huizen C-Services Holland b.v.
- Next message: clintonG: "Re: Why Microsoft can blow-off with C#? ;)"
- Previous message: Nicholas Paldino [.NET/C# MVP]: "Re: ListView that renders HTML in its items"
- In reply to: William Stacey [MVP]: "Re: Copy protection for a .NET application"
- Next in thread: William Stacey [MVP]: "Re: Copy protection for a .NET application"
- Reply: William Stacey [MVP]: "Re: Copy protection for a .NET application"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|