Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to protect my VFP 6 software from DECOMPILATION
Message
De
28/05/2001 11:35:04
 
 
À
27/05/2001 05:52:27
Kishor K
KPIT Cummins Infosystems Ltd.
Pune, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00511877
Message ID:
00511927
Vues:
20
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform