Project-Muteki / pymutekiu

Besta RTOS userland emulator
MIT License
1 stars 0 forks source link

ELF loader #6

Open dogtopus opened 6 months ago

dogtopus commented 6 months ago

Load an ELF as the main executable.

Do this without handling the rel sections for now. Although if we are able to prove that Besta RTOS do indeed handle rel sections (or, more likely, proprietary sections serving the same purpose) in an ELF executable, it should be emulated accordingly.