Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to decompile .h file
Message
De
05/10/2007 03:36:41
 
 
À
05/10/2007 03:15:27
Mk Sharma
Shrishti Solutions
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01258811
Message ID:
01258814
Vues:
29
>i am decompile a software that include .h file.
>
>all files are decompiled, but not the .h files.
>
>what tool i should use to decompile .h files.
>
>warm regards,
>mk.

The contents of the .h files are inserted into the code at compile time. The decompiler has no way to know that the code it is decompiling came from a .h file so no .h file will be created by the decompiler.

However the contents of the .h file have been inserted in the code so the .h file is not required for the code to work.

If you remember what should have been in the .h file you can reconstruct it using find and replace, provided it wasn't too simplistic. Localization strings should be pretty easy to handle, other stuff will be tougher.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform