forestgump786
Programmer
I have a application that contains several component DLLs... When I ship my product, it is possible that the end user can simply open VB IDE or VC IDE and browse the object model (if not even manipulate it
).. How do I prevent this-- any obfuscation or licensing mechanism to prevent binary file object model browsing ? (obfuscation should scramble the function names I know).. any standard way of doing this ? Any tools ?