Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I know that dot net dlls and exe contain their assemblies with them so every body can extract code from it. So please tell me how can i create my own .net obfuscator and if there exist any other way to protect my application to deassemble. and plez dont give me link of any paid obfuscator. i would prefer code sample in c# or vb.net

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
168 views
Welcome To Ask or Share your Answers For Others

1 Answer

If you want to understand some of the technical details of obfuscation I'd recommend reading the series of blog posts by Paul Mason. The series is called "Protecting your precious code" and you can find it here.

It's linked with a project called NCloak, this is open so you can download the source and take a look yourself if you want.

But I have to agree with others, this isn't easy and so you are probably better off buying a commercial product. As Paul says in several of his articles there are ways round most techniques, it's just a case of how much time someone wants to spend doing it.

But if you want to learn for you own education, then go-ahead.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...