Obfuscation question

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
 
D

David Lowndes

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top