Recovering D1 Code from .obj or .exe files
    mpt 
    foo at bar.com
       
    Wed Nov  4 02:33:19 PST 2009
    
    
  
jicman wrote:
> Greetings!
> 
> I need your help, if so at all possible...
> 
> I just lost lots of code changes because a computer lock down, but I have a good .exe file with .obj and also .exe files.  Is there a possibility to grab the code from those files?  Or, is there any way that I can recover what I did this weekend?  I have backups as of friday, but I did lots of work this weekend that I would like to get back.
> 
> Any help would be greatly appreciated.
> 
> thanks,
> 
> josé
Some time ago I looked at the binaries produced in linux. Template
source code was in plain text in the executable. So if you did meta
programming, you might recover those, unless they were somehow stripped.
    
    
More information about the Digitalmars-d-learn
mailing list