MIPT-ILab / MDSP

[2009 – 2012] MDSP: functional simulation of a Multimedia Digital Signal Processor
MIT License
3 stars 1 forks source link

Fullsim should be able to load ELF binary formatted programs #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently fullsim is able only to load "raw" binary code which is placed at 
hardcoded position. This might be inconveient. We should able to load some 
simple basic form of ELF-typed binaries with help of external libelf project.

An owner of this issue will be required to do the following things:

* understand what an ELF is
* devise a simple ELF-based file type that we'll be loading
* understand what fucntions useful for us libelf provides.
* learn how to link code against static libraries
* make our own binary reader that recognizes the ELF and loads it appropriately.

Original issue reported on code.google.com by grigory....@gmail.com on 26 Oct 2010 at 5:21

GoogleCodeExporter commented 9 years ago

Original comment by grigory....@gmail.com on 26 Oct 2010 at 5:24