I have a tool to generate snapshots of my C program as it's running, in the form of corefiles.
Is it possible to bring these corefiles back to life as executable programs? And if so, how do i do it? Are there any libraries that do this already?
I'm working on *nix systems.