Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to protect my VFP 6 software from DECOMPILATION
Message
From
28/05/2001 11:35:04
 
 
To
27/05/2001 05:52:27
Kishor K
KPIT Cummins Infosystems Ltd.
Pune, India
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00511877
Message ID:
00511927
Views:
19
>It is now a known fact that our FoxPro/VFP source code can be obtained by third party decompilation tools like REFOX. Please tell me how can I protect my software and source code so that my software doesnot get decompiled. Are there techniques or tools for this?

Don't include the source code in your exe. Create a copy of your source code for distribution. Compile all prgs but only add the fxps to your project. This assumes you don't explicitly call a .prg file in your source code. ie. CREATEOBJECT([myclass],[classes\mclasses.prg])

Remove all the source code from the vcxs.

If you do that, it will be harder for programs like refox to give usable source code.

HTH
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform