We are working on our first large .NET C# program.
We create programs that run analytical instruments for chemists. Many
programs contain complex algorithms which represent very significant
investments in research.
We were surprised by how a program like Reflector.exe can disassembler the
source code, even from a Release version.
Can you recommend one or more commercial programs that can obscure .NET C#
code in the Release mode?
Any suggestions would be appreciated.
--
John Olbert
We create programs that run analytical instruments for chemists. Many
programs contain complex algorithms which represent very significant
investments in research.
We were surprised by how a program like Reflector.exe can disassembler the
source code, even from a Release version.
Can you recommend one or more commercial programs that can obscure .NET C#
code in the Release mode?
Any suggestions would be appreciated.
--
John Olbert
Comment