Click here to Skip to main content
15,914,924 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionDoubt on Serialization Pin
meeram39517-May-07 3:18
meeram39517-May-07 3:18 
AnswerRe: Doubt on Serialization Pin
kubben17-May-07 6:14
kubben17-May-07 6:14 
AnswerRe: Doubt on Serialization Pin
Not Active17-May-07 8:00
mentorNot Active17-May-07 8:00 
AnswerRe: Doubt on Serialization Pin
Scott Dorman19-May-07 5:24
professionalScott Dorman19-May-07 5:24 
AnswerRe: Doubt on Serialization Pin
GgAben22-May-07 0:24
GgAben22-May-07 0:24 
Question.NET Enterprise Library Pin
Bommannan.Ramalingam16-May-07 22:50
Bommannan.Ramalingam16-May-07 22:50 
AnswerRe: .NET Enterprise Library Pin
Not Active17-May-07 8:07
mentorNot Active17-May-07 8:07 
QuestionPrinters in WPF Pin
jjholt16-May-07 14:32
jjholt16-May-07 14:32 
AnswerRe: Printers in WPF Pin
Paul Conrad14-Jul-07 6:51
professionalPaul Conrad14-Jul-07 6:51 
GeneralRe: Printers in WPF Pin
jjholt16-Jul-07 16:37
jjholt16-Jul-07 16:37 
QuestionA few questions regarding issues I'm having with a project Pin
Christoff91516-May-07 12:45
Christoff91516-May-07 12:45 
AnswerRe: A few questions regarding issues I'm having with a project Pin
Christian Graus16-May-07 13:05
protectorChristian Graus16-May-07 13:05 
GeneralRe: A few questions regarding issues I'm having with a project Pin
Christoff91516-May-07 13:28
Christoff91516-May-07 13:28 
GeneralRe: A few questions regarding issues I'm having with a project Pin
Christian Graus16-May-07 13:37
protectorChristian Graus16-May-07 13:37 
GeneralRe: A few questions regarding issues I'm having with a project Pin
Christoff91516-May-07 17:04
Christoff91516-May-07 17:04 
GeneralRe: A few questions regarding issues I'm having with a project Pin
Christian Graus17-May-07 12:42
protectorChristian Graus17-May-07 12:42 
QuestionProtecting Applicatin DLL (dot net) Pin
sandeep kumar pundhir16-May-07 10:40
sandeep kumar pundhir16-May-07 10:40 
AnswerRe: Protecting Applicatin DLL (dot net) Pin
Colin Angus Mackay16-May-07 11:58
Colin Angus Mackay16-May-07 11:58 
sandeep kumar pundhir wrote:
How should i protect this???


You can't. If the processor can run the executable, there will always, at some point, exist an unprotected version in order that it can be sent to the processor. Therefore there must be some way to decrypt the code for the processor, and once that is cracked then you have no protection at all. The best you can ever hope for is to slow down someone.


sandeep kumar pundhir wrote:
i tested a third party tool to read a dll of some trial version application from internet. Its opens the code easily, but when i tried the same tool with some system32 dll, the dll showed to be locked.


Define "locked". Could it be that the DLL you were using was not a .NET DLL and the tool could not interpret it.


Upcoming events:
* Glasgow: SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

AnswerRe: Protecting Applicatin DLL (dot net) Pin
Christian Graus16-May-07 13:06
protectorChristian Graus16-May-07 13:06 
AnswerRe: Protecting Applicatin DLL (dot net) Pin
Dave Kreskowiak16-May-07 15:28
mveDave Kreskowiak16-May-07 15:28 
GeneralRe: Protecting Applicatin DLL (dot net) Pin
Christian Graus16-May-07 15:55
protectorChristian Graus16-May-07 15:55 
GeneralRe: Protecting Applicatin DLL (dot net) Pin
Dave Kreskowiak16-May-07 16:01
mveDave Kreskowiak16-May-07 16:01 
GeneralRe: Protecting Applicatin DLL (dot net) Pin
Dave Kreskowiak16-May-07 16:20
mveDave Kreskowiak16-May-07 16:20 
QuestionNET performance Pin
KEL316-May-07 1:57
KEL316-May-07 1:57 
AnswerNET performanc, me_again Pin
KEL325-May-07 3:43
KEL325-May-07 3:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.