reverse engineering of a harbour compiled c file

Post Reply
lorenzoazz
Posts: 37
Joined: Mon Jun 29, 2015 7:41 am

reverse engineering of a harbour compiled c file

Post by lorenzoazz »

I have overvrite last version of a fivewin prg file that was compiled with harbour for fivewin and also linked to an exe that is well running.
So i have a running exe but last modified source prg overvrite by precedent version ( do not know how i made this disaster)

In a prg file (lefunz.prg) i made two new complicated function of which i lost everything.
Now i realized that the functions are still in a c file (lefunz.c) in HB_func format

Is it possible to reverse enginering to a prg format?
( or from the exe file that is still linked with the last version of the source files)
Thank you
Lorenzo
User avatar
Antonio Linares
Site Admin
Posts: 42427
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 15 times
Been thanked: 49 times
Contact:

Re: reverse engineering of a harbour compiled c file

Post by Antonio Linares »

Dear Lorenzo,

Please post the contents of lefunz.c here
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply