Actions
Feature #106
closedAbstract exec file class for loaders
Start date:
30/03/2014
Due date:
% Done:
10%
Estimated time:
Description
To make easier loader plugin development, an abstract class to manage elf/bin/srec/... files is mandatory.
This class should open the file and automatically extract data sections(when applicable) and address(except for bin file).
For srec files it should accept more than one file at time in case of split .text and .data sections in different srec files.
It should also be usable from Python shell.
Actions