Click here to Skip to main content
15,915,093 members
Home / Discussions / C#
   

C#

 
GeneralRe: ThreadStart Pin
Dave Kreskowiak13-Sep-04 5:58
mveDave Kreskowiak13-Sep-04 5:58 
GeneralRe: ThreadStart Pin
sreejith ss nair13-Sep-04 18:22
sreejith ss nair13-Sep-04 18:22 
QuestionWhat´s the best way for validating input data? Pin
markdbd12-Sep-04 20:05
markdbd12-Sep-04 20:05 
AnswerRe: What´s the best way for validating input data? Pin
sreejith ss nair12-Sep-04 20:21
sreejith ss nair12-Sep-04 20:21 
GeneralRe: What´s the best way for validating input data? Pin
markdbd13-Sep-04 19:52
markdbd13-Sep-04 19:52 
General.NET, Reflection and private members Pin
J. Diamond12-Sep-04 17:43
J. Diamond12-Sep-04 17:43 
GeneralRe: .NET, Reflection and private members Pin
Alex Korchemniy12-Sep-04 20:38
Alex Korchemniy12-Sep-04 20:38 
GeneralRe: .NET, Reflection and private members Pin
J. Diamond13-Sep-04 6:49
J. Diamond13-Sep-04 6:49 
Thanks, I am familiar with these (actually wrote one myself for Java).

Unfortunately, even these tools with very advanced logic can only rename and scramble a little... this is certainly not the case with a C++ application, there you have to actually know ASM to understand the code, or use a disassembler that gets no-where close the original code.

I reviewed numerous obfuscators during the last weekend. Salamander is not expensive compared to others, but it has a very mediocre UI. I understand that its most valuable (advertised) feature is its ability to convert the code to what you would have gotten, had you used C++ (or other not managed language) to begin with...

It seems that Microsofties themselves are using Dotfuscator (which is bundled with DevStudio).

Still, I see no way to protect your *private* (not the public interfaces) code with managed code, and hence no reason to use it for project that you want to keep as inconspicuous as possible (like encryption libraries etc).

GeneralRe: .NET, Reflection and private members Pin
Alex Korchemniy13-Sep-04 6:55
Alex Korchemniy13-Sep-04 6:55 
GeneralRe: .NET, Reflection and private members Pin
J. Diamond13-Sep-04 7:11
J. Diamond13-Sep-04 7:11 
GeneralRe: .NET, Reflection and private members Pin
sreejith ss nair12-Sep-04 20:44
sreejith ss nair12-Sep-04 20:44 
QuestionWorking with BrowseFolderDialog flawed? Pin
LongRange.Shooter12-Sep-04 15:39
LongRange.Shooter12-Sep-04 15:39 
AnswerRe: Working with BrowseFolderDialog flawed? Pin
Stefan Troschuetz13-Sep-04 0:25
Stefan Troschuetz13-Sep-04 0:25 
Generali see why C# SHOULD have required to catch exceptions now Pin
vista2712-Sep-04 12:00
vista2712-Sep-04 12:00 
GeneralRe: i see why C# SHOULD have required to catch exceptions now Pin
Colin Angus Mackay12-Sep-04 13:52
Colin Angus Mackay12-Sep-04 13:52 
GeneralRe: i see why C# SHOULD have required to catch exceptions now Pin
Alex Korchemniy12-Sep-04 20:29
Alex Korchemniy12-Sep-04 20:29 
GeneralRe: i see why C# SHOULD have required to catch exceptions now Pin
Colin Angus Mackay12-Sep-04 22:20
Colin Angus Mackay12-Sep-04 22:20 
GeneralRe: i see why C# SHOULD have required to catch exceptions now Pin
User 12301612-Sep-04 22:38
User 12301612-Sep-04 22:38 
GeneralRe: i see why C# SHOULD have required to catch exceptions now Pin
Christian Graus12-Sep-04 13:52
protectorChristian Graus12-Sep-04 13:52 
GeneralRe: i see why C# SHOULD have required to catch exceptions now Pin
Nicholas Cardi12-Sep-04 13:57
Nicholas Cardi12-Sep-04 13:57 
GeneralRe: i see why C# SHOULD have required to catch exceptions now Pin
Salil Khedkar13-Sep-04 1:26
Salil Khedkar13-Sep-04 1:26 
GeneralRe: i see why C# SHOULD have required to catch exceptions now Pin
Salil Khedkar13-Sep-04 1:29
Salil Khedkar13-Sep-04 1:29 
GeneralRe: i see why C# SHOULD have required to catch exceptions now Pin
bjoernen13-Sep-04 2:58
bjoernen13-Sep-04 2:58 
GeneralRe: i see why C# SHOULD have required to catch exceptions now Pin
elguaro12-Oct-04 14:36
elguaro12-Oct-04 14:36 
GeneralRe: i see why C# SHOULD have required to catch exceptions now Pin
bjoernen12-Oct-04 20:08
bjoernen12-Oct-04 20:08 

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.