I have some proprietary data (civil engineering models) stored in binary files. There's also some InterLisp sources and a core dump file (I guess this is what Lisp compiles to ... for some reason). I'm told that program is a GUI for manipulating the models and exporting and importing the data.
I'm looking for advice on how to get the data out of the binary format. Is there an InterLisp interpreter that would work on a modern OS? If not what is my best option for porting the code to a more recent Lisp platform?