mox@vpnet.chi.il.us (William Moxley) (06/14/91)
I have a .exe file that I have lost the source for. Does anyone know how to make Turbo Debbugger display the Turbo C source for an .exe file? I know it's possible with Turbo Debugger V1.0, but I can't seem to figure out how to make v2.5 do it. Or does anyone know of some other way to generate a Turbo C .c file out of a .exe? William Moxley mox@vpnet.chi.il.us
pete@borland.com (Pete Becker) (06/15/91)
In article <1991Jun14.044640.9100@vpnet.chi.il.us> mox@vpnet.chi.il.us (William Moxley) writes: >I have a .exe file that I have lost the source for. Does anyone >know how to make Turbo Debbugger display the Turbo C source for >an .exe file? I know it's possible with Turbo Debugger V1.0, but I >can't seem to figure out how to make v2.5 do it. I'm afraid it can't be done. Our debugging information contains references to the appropriate line number in the original source file. Without the source file, TD can't display source text.
android@ccwf.cc.utexas.edu (Andy Wilks) (06/15/91)
In article <1991Jun14.044640.9100@vpnet.chi.il.us> mox@vpnet.chi.il.us (William Moxley) writes:
)I have a .exe file that I have lost the source for. Does anyone
)know how to make Turbo Debbugger display the Turbo C source for
)an .exe file? I know it's possible with Turbo Debugger V1.0, but I
)can't seem to figure out how to make v2.5 do it.
)
)Or does anyone know of some other way to generate a Turbo C
).c file out of a .exe?
No version of Turbo Debugger can do this. It only used the debug info
in the EXE file to reference the source code.
) William Moxley
) mox@vpnet.chi.il.us
/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/
* I don't express opinions, I just follow orders... (___) *
/ (o o) /
* One of the few .sig's -> /-------\ / *
/ Andy Wilks with ASCII livestock. / | ||O /
* android@ccwf.cc.utexas.edu * ||,---|| *
/ University of Texas at Austin ^^ ^^ /
* copyright (c) 1934,1942,1961,1990,1991 BEVO *
/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/