Obfuscation question

  • Thread starter Thread starter Jerry
  • Start date Start date
J

Jerry

If most of my code is written and compiled in unmanaged C++, do I have to
obfuscate my program if I do not care much is anyone want disassemble the
user interface (Forms). What I want to protect is the library in standard
(unmanaged) C++.

Thank you in advance,

Jerry
 
If most of my code is written and compiled in unmanaged C++, do I have to
obfuscate my program if I do not care much is anyone want disassemble the
user interface (Forms). What I want to protect is the library in standard
(unmanaged) C++.

You probably don't need to then - but examine your program with the
..Net Reflector application to make sure.

Dave
 
Back
Top