Hi all
From some site i read that, if u decompile the
application that was built on dotnet u will be
getting the entire source code.
Is that true?
Printable View
Hi all
From some site i read that, if u decompile the
application that was built on dotnet u will be
getting the entire source code.
Is that true?
I'm not sure if you'll get the exact source code, but I've heard that .NET code can be easily disassembled. There are .NET obfuscators out there that will scramble your code so that it's more difficult to understand if disassembled, though.