Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to decompile .h file
Message
From
05/10/2007 03:36:41
 
 
To
05/10/2007 03:15:27
Mk Sharma
Shrishti Solutions
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01258811
Message ID:
01258814
Views:
35
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform