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

.NET (Core and Framework)

 
AnswerRe: File recovery Pin
Pete O'Hanlon22-Sep-10 1:37
mvePete O'Hanlon22-Sep-10 1:37 
GeneralMessage Removed Pin
22-Sep-10 4:23
molesworth22-Sep-10 4:23 
GeneralRe: File recovery Pin
Pete O'Hanlon22-Sep-10 4:35
mvePete O'Hanlon22-Sep-10 4:35 
GeneralRe: File recovery [modified] Pin
molesworth22-Sep-10 4:38
molesworth22-Sep-10 4:38 
AnswerRe: File recovery Pin
molesworth22-Sep-10 4:48
molesworth22-Sep-10 4:48 
GeneralRe: File recovery Pin
hammerstein0522-Sep-10 5:39
hammerstein0522-Sep-10 5:39 
Question.NET code protection Pin
cherrymotion21-Sep-10 23:09
cherrymotion21-Sep-10 23:09 
AnswerRe: .NET code protection Pin
Kubajzz22-Sep-10 3:44
Kubajzz22-Sep-10 3:44 
What you want is near to impossible, or at least very difficult. I believe professional obfuscation tools might be able to do what you need, at least partially, but you can't get those for free.

Anyway, no obfuscation algorithm can protect your code. If you keep your method names unchanged - probably because you need descriptive names - then your code cannot really be obfuscated. A good descriptive method name pretty much says what the method does (that's its purpose, in the end), which helps a lot to any potential reverse-engineer.

As for the method body, automatic obfuscation usually only consists of renaming all identifiers and a few more well-defined steps. The algorithm has no knowledge of your code and it can only do very little because it must not break your code.
GeneralRe: .NET code protection Pin
harold aptroot22-Sep-10 4:41
harold aptroot22-Sep-10 4:41 
GeneralRe: .NET code protection Pin
Luc Pattyn22-Sep-10 5:17
sitebuilderLuc Pattyn22-Sep-10 5:17 
AnswerRe: .NET code protection Pin
Eddy Vluggen22-Sep-10 9:37
professionalEddy Vluggen22-Sep-10 9:37 
QuestionIf I had run CasPol.exe under .NET 1.1, do I need to run it again for an application that is .NET 2.0 ? Pin
David Mujica21-Sep-10 9:08
David Mujica21-Sep-10 9:08 
AnswerThe Answer is YES Pin
David Mujica29-Sep-10 15:10
David Mujica29-Sep-10 15:10 
QuestionParameters in Table Adapters Pin
indian14321-Sep-10 4:55
indian14321-Sep-10 4:55 
AnswerRe: Parameters in Table Adapters Pin
Eddy Vluggen22-Sep-10 9:40
professionalEddy Vluggen22-Sep-10 9:40 
QuestionTeam build, SGen & Mixed mode assembly Pin
RichardGrimmer19-Sep-10 21:14
RichardGrimmer19-Sep-10 21:14 
QuestionHow to shift a bitmap efficiently (Spectrogram Application) [modified] Pin
bimbambumbum19-Sep-10 13:53
bimbambumbum19-Sep-10 13:53 
AnswerRe: How to shift a bitmap efficiently (Spectrogram Application) Pin
Luc Pattyn19-Sep-10 15:43
sitebuilderLuc Pattyn19-Sep-10 15:43 
GeneralRe: How to shift a bitmap efficiently (Spectrogram Application) Pin
bimbambumbum19-Sep-10 16:55
bimbambumbum19-Sep-10 16:55 
GeneralRe: How to shift a bitmap efficiently (Spectrogram Application) Pin
Luc Pattyn19-Sep-10 17:11
sitebuilderLuc Pattyn19-Sep-10 17:11 
GeneralRe: How to shift a bitmap efficiently (Spectrogram Application) Pin
bimbambumbum19-Sep-10 17:32
bimbambumbum19-Sep-10 17:32 
AnswerRe: How to shift a bitmap efficiently (Spectrogram Application) Pin
Luc Pattyn19-Sep-10 17:48
sitebuilderLuc Pattyn19-Sep-10 17:48 
GeneralRe: How to shift a bitmap efficiently (Spectrogram Application) Pin
bimbambumbum19-Sep-10 17:57
bimbambumbum19-Sep-10 17:57 
AnswerRe: How to shift a bitmap efficiently (day 2) [modified] Pin
Luc Pattyn20-Sep-10 16:14
sitebuilderLuc Pattyn20-Sep-10 16:14 
GeneralRe: How to shift a bitmap efficiently (day 2) [modified] Pin
bimbambumbum20-Sep-10 17:54
bimbambumbum20-Sep-10 17:54 

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.