Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Obfusication
Message
De
17/06/2014 13:33:47
 
 
À
17/06/2014 13:02:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01601981
Message ID:
01601988
Vues:
63
>any idea how i can obfusicate my VFP code ?

I don't know of a VFP obfuscator (other than removing all comments :))

There is a product which supposedly compiles VFP source to a C++ DLL/EXE: http://www.baiyujia.com/vfpcompiler/en/default.asp

I understand John Ryan has worked with this product and has praised both it and its developer. I haven't looked at it myself.

The beauty of this approach is that C++ executables are widely considered to be impossible to meaningfully decompile.

There were some threads about this product on Foxite e.g. http://www.foxite.com/archives/who-can-hack-this-one-0000260349.htm . Also see the links at the bottom of http://www.baiyujia.com/vfpdocuments/f_vcfaq_en.asp .

One takeaway from the above is it seems none of the dedicated VFP pseudo-code protection schemes (ReFox etc.) are of any value against even semi-motivated hackers.

Another general approach you could look at would be to never give your customers executables e.g. offer it as a service (SaaS), via web site, web service etc.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform