systems-nuts / unifico

Compiler and build harness for heterogeneous-ISA binaries with the same stack layout.
4 stars 1 forks source link

ELF Coredump recoding between ISAs #130

Open compor opened 2 years ago

compor commented 2 years ago

In order to facilitate executable migration across ISAs, we will use GDB to generate core dump files.

Currently, this can be broken down to:

compor commented 2 years ago

It seems that pyelftools do not support editing/saving changes in ELF format and are mainly used for reading/examining ELF files.

Thus, using a modified version of the criu coredump generator seems the most viable approach ATM.

compor commented 2 years ago

Not sure what to do with this ATM, it requires a bit of cleanup and then it can be partially merged. However, not sure what might be the point of this.

Let's decide later.

compor commented 2 years ago

Candidate for dropping.