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

.NET (Core and Framework)

 
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 
GeneralRe: NET performanc, me_again Pin
Thomas Stockwell26-May-07 16:06
professionalThomas Stockwell26-May-07 16:06 
Question.NET Framework 2.0 Pin
Blumen15-May-07 23:52
Blumen15-May-07 23:52 
GeneralRe: .NET Framework 2.0 Pin
Ashwani kumar srivas16-May-07 0:40
Ashwani kumar srivas16-May-07 0:40 
AnswerRe: .NET Framework 2.0 [modified] Pin
spvarapu17-May-07 6:39
spvarapu17-May-07 6:39 
QuestionRunning a custom command line program. Pin
Jay B.15-May-07 11:05
Jay B.15-May-07 11:05 
QuestionDouble Datatype and .NET Pin
Ray Kinsella15-May-07 6:40
Ray Kinsella15-May-07 6:40 
AnswerRe: Double Datatype and .NET Pin
Dave Kreskowiak15-May-07 7:25
mveDave Kreskowiak15-May-07 7:25 
GeneralRe: Double Datatype and .NET Pin
Ray Kinsella15-May-07 11:21
Ray Kinsella15-May-07 11:21 
AnswerRe: Double Datatype and .NET [modified] Pin
Not Active15-May-07 8:19
mentorNot Active15-May-07 8:19 
GeneralRe: Double Datatype and .NET Pin
Dave Kreskowiak15-May-07 9:24
mveDave Kreskowiak15-May-07 9:24 

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.