Discussion:
Is it possible to decompile a .lib .fas -> .lisp?
Christian Schuhegger
2003-03-04 03:11:20 UTC
Permalink
hello,

i had recently an "accident" with some files and several of my .lisp
files got lost, but i still have the .lib and .fas files. these files
are already quite human readable, but i wonder if there is a tool that
could reconstruct a .lisp file out of these two?

many thanks for any comments!

--
Christian Schuhegger
Sam Steingold
2003-03-04 03:11:21 UTC
Permalink
* On the subject of "Re: Authorization required to post to gmane.lisp.clisp.general (2f7df0e1b95d189ca2ea614aa93248e5)"
* Sent on 03 Jun 2002 10:23:55 -0400
i had recently an "accident" with some files and several of my .lisp
files got lost, but i still have the .lib and .fas files. these files
are already quite human readable, but i wonder if there is a tool that
could reconstruct a .lisp file out of these two?
not really.
you can disassemble the functions in *.fas and recover macro defs from
*.lib, but no more than that (I think)
--
Sam Steingold (http://www.podval.org/~sds) running RedHat7.2 GNU/Linux
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.palestine-central.com/links.html>
Old Age Comes at a Bad Time.
Christian Schuhegger
2002-06-04 06:48:02 UTC
Permalink
hello,

i had recently an "accident" with some files and several of my .lisp
files got lost, but i still have the .lib and .fas files. these files
are already quite human readable, but i wonder if there is a tool that
could reconstruct a .lisp file out of these two?

many thanks for any comments!

--
Christian Schuhegger

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
Sam Steingold
2002-06-04 13:29:44 UTC
Permalink
* On the subject of "Re: Authorization required to post to gmane.lisp.clisp.general (2f7df0e1b95d189ca2ea614aa93248e5)"
* Sent on 03 Jun 2002 10:23:55 -0400
i had recently an "accident" with some files and several of my .lisp
files got lost, but i still have the .lib and .fas files. these files
are already quite human readable, but i wonder if there is a tool that
could reconstruct a .lisp file out of these two?
not really.
you can disassemble the functions in *.fas and recover macro defs from
*.lib, but no more than that (I think)
--
Sam Steingold (http://www.podval.org/~sds) running RedHat7.2 GNU/Linux
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.palestine-central.com/links.html>
Old Age Comes at a Bad Time.


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
Loading...