I was wondering if it is possible to decompile a .net binary application? and I found out that is easy as a piece of cake!
This is wired. why would Microsoft NOT protect customer source code binaries?
At least why it is so easy to decompile even with orginal variable names and etc.
I know that in PHP there is a way to encode your source code that nobody can read that. I don't know if its impossible to decompile BUT at least it is not as easy as JetBrains or ILSpy
So my main Question is here:
IS THERE ANY WAY TO ENCODE YOUR SOURCE CODES IN .NET (C#)?