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

.NET (Core and Framework)

 
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 
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 
You used a tool, probably .NET Reflector to look at a .NET DLL. This is exactly what it's good for. .NET Reflector won't work on native code .DLL's, like on just about everything in the System32 folder.

What you want is not possible with a .NET DLL, or any managed code assembly for that matter. You can obfuscate the code and make it more difficult to be reverse engineered, but you cannot stop anyone from eventually getting at that code.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


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 
GeneralRe: Double Datatype and .NET Pin
Not Active15-May-07 9:34
mentorNot Active15-May-07 9:34 
GeneralRe: Double Datatype and .NET Pin
Dave Kreskowiak15-May-07 10:19
mveDave Kreskowiak15-May-07 10:19 

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.