The Wikipedia page on Core dump says
In Unix-like systems, core dumps generally use the standard executable image-format:
a.out in older versions of Unix, ELF in modern Linux, System V, Solaris, and BSD systems, Mach-O in OS X, etc.
Does this mean a core dump is executable by itself? If not, why not?
Edit: Since @WumpusQ.Wumbley mentions a coredump_filter
in a comment, perhaps the above question should be: can a core dump be produced such that it is executable by itself?