Re: Copy protection for a .NET application
From: Robby (edmund_at_not.my.email.com)
Date: 11/27/04
- Next message: Jon Skeet [C# MVP]: "Re: Copy protection for a .NET application"
- Previous message: Anders K. Jacobsen [DK]: "XML editor component"
- In reply to: Massimo: "Re: Copy protection for a .NET application"
- Next in thread: Jon Skeet [C# MVP]: "Re: Copy protection for a .NET application"
- Reply: Jon Skeet [C# MVP]: "Re: Copy protection for a .NET application"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 28 Nov 2004 08:55:32 +1300
Use the NGEN utility that comes with the .Net Framework.
Robby
"Massimo" <barone@mclink.it> wrote in message
news:coalhm$1irf$1@newsreader1.mclink.it...
> "Robby" <edmund@not.my.email.com> ha scritto nel messaggio
> news:Ot$VuhL1EHA.2876@TK2MSFTNGP12.phx.gbl...
>
>> You can skip MSIL and compile directly to machine code if you want. In
>> fact, you can obfuscate and then compile to machine code for double
>> protection. You don't have to release your program in MSIL. However, if
>> you do go straight to machine code then you will loose the cross platform
>> benefits of MSIL. That means you will have to complie separate
>> assembiles for PC, MAC and so on.
>
> Didn't know about this; how can I generate machine code? I was talking
> about a Windows application here.
>
> Massimo
>
- Next message: Jon Skeet [C# MVP]: "Re: Copy protection for a .NET application"
- Previous message: Anders K. Jacobsen [DK]: "XML editor component"
- In reply to: Massimo: "Re: Copy protection for a .NET application"
- Next in thread: Jon Skeet [C# MVP]: "Re: Copy protection for a .NET application"
- Reply: Jon Skeet [C# MVP]: "Re: Copy protection for a .NET application"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|