Hiding the contents of your compiled Applications (.exe, .dll). C# code
Posted
by Tommy
on Stack Overflow
See other posts from Stack Overflow
or by Tommy
Published on 2010-01-24T23:49:30Z
Indexed on
2010/05/29
5:32 UTC
Read the original article
Hit count: 394
c#
|decompiling
Well, as we all know, you can decompile C# (dll) assemblies to find what code lays inside of them. What I do not know, is how i can hide that code.
The issue: I'd like to release some dll's that will add extra functionality to applications, but i thats all i want them to be used for. adding functionality to applications. I dont want others knowing the real source code behind it.
Let me know if its possible to do that. Thanks!
© Stack Overflow or respective owner