M
Marcel
My collegues and I are considering to start working with .NET (again), but
we do not want people to learn all about the structure and secrets of our
application by reading the intermediate language (with ildasm.exe). We do
not like to use obfuscation because that messes up stacktraces in case of
error logging. It seems there are some applications that postbuild .NET
applications, including the neccessairy .NET Framework classes within the
executable and building it to traditional machine code.
Does anyone out there know applications like that (name, url?), and perhaps
share experiences with me?
Thanks, Marcel.
we do not want people to learn all about the structure and secrets of our
application by reading the intermediate language (with ildasm.exe). We do
not like to use obfuscation because that messes up stacktraces in case of
error logging. It seems there are some applications that postbuild .NET
applications, including the neccessairy .NET Framework classes within the
executable and building it to traditional machine code.
Does anyone out there know applications like that (name, url?), and perhaps
share experiences with me?
Thanks, Marcel.