Click here to Skip to main content
15,913,090 members
Home / Discussions / C#
   

C#

 
QuestionRedundant function? Pin
Spoon Of Doom3-Dec-09 2:51
Spoon Of Doom3-Dec-09 2:51 
AnswerRe: Redundant function? Pin
David Skelly3-Dec-09 3:05
David Skelly3-Dec-09 3:05 
AnswerRe: Redundant function? Pin
J4amieC3-Dec-09 3:10
J4amieC3-Dec-09 3:10 
AnswerRe: Redundant function? Pin
Spoon Of Doom3-Dec-09 3:25
Spoon Of Doom3-Dec-09 3:25 
QuestionMaking the code in a DLL invisible Pin
Dewald2-Dec-09 22:18
Dewald2-Dec-09 22:18 
AnswerRe: Making the code in a DLL invisible Pin
Calla2-Dec-09 22:33
Calla2-Dec-09 22:33 
GeneralRe: Making the code in a DLL invisible Pin
Dewald2-Dec-09 22:55
Dewald2-Dec-09 22:55 
AnswerRe: Making the code in a DLL invisible Pin
harold aptroot2-Dec-09 22:38
harold aptroot2-Dec-09 22:38 
You can never entirely avoid leaking the code though. You can not depend on your code being secret. The CPU can still run the code, and everything the CPU does to be able to read the code is something the user could do as well. There is no solution.

A protocol is even harder to hide since they could capture their own internet traffic and analyse it.

But you can make it harder for your customer to read your code by using an obfuscator as indicated by Calla



GeneralRe: Making the code in a DLL invisible Pin
Dewald2-Dec-09 23:05
Dewald2-Dec-09 23:05 
AnswerRe: Making the code in a DLL invisible Pin
Saksida Bojan2-Dec-09 22:40
Saksida Bojan2-Dec-09 22:40 
GeneralRe: Making the code in a DLL invisible Pin
Dewald2-Dec-09 22:53
Dewald2-Dec-09 22:53 
GeneralRe: Making the code in a DLL invisible Pin
Calla2-Dec-09 23:46
Calla2-Dec-09 23:46 
GeneralRe: Making the code in a DLL invisible Pin
Dewald2-Dec-09 23:53
Dewald2-Dec-09 23:53 
AnswerRe: Making the code in a DLL invisible Pin
Rob Philpott2-Dec-09 23:12
Rob Philpott2-Dec-09 23:12 
GeneralRe: Making the code in a DLL invisible Pin
Rajesh R Subramanian2-Dec-09 23:40
professionalRajesh R Subramanian2-Dec-09 23:40 
GeneralRe: Making the code in a DLL invisible Pin
Dewald2-Dec-09 23:44
Dewald2-Dec-09 23:44 
AnswerRe: Making the code in a DLL invisible Pin
PIEBALDconsult3-Dec-09 4:45
mvePIEBALDconsult3-Dec-09 4:45 
Questionall in one audio video player ( Flash movies,MP3,MP4,AVI,JPG,WMA etc) Pin
ShaktisinhRathod2-Dec-09 21:26
ShaktisinhRathod2-Dec-09 21:26 
AnswerRe: all in one audio video player ( Flash movies,MP3,MP4,AVI,JPG,WMA etc) Pin
Saksida Bojan2-Dec-09 22:07
Saksida Bojan2-Dec-09 22:07 
QuestionSend keyboard keys in c# [modified] Pin
krinaljariwala2-Dec-09 20:36
krinaljariwala2-Dec-09 20:36 
AnswerRe: Send keyboard keys in c# Pin
Rob Philpott2-Dec-09 23:20
Rob Philpott2-Dec-09 23:20 
GeneralRe: Send keyboard keys in c# Pin
krinaljariwala2-Dec-09 23:39
krinaljariwala2-Dec-09 23:39 
QuestionDDay.iCal question Pin
Jamie Nordmeyer2-Dec-09 18:13
Jamie Nordmeyer2-Dec-09 18:13 
QuestionAbout charcter code pages Pin
bhaskarsgb2-Dec-09 17:38
bhaskarsgb2-Dec-09 17:38 
AnswerRe: About charcter code pages Pin
Saksida Bojan2-Dec-09 21:36
Saksida Bojan2-Dec-09 21:36 

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.