Project

General

Profile

Actions

Feature #106

closed

Abstract exec file class for loaders

Added by Alexis Jeandet almost 10 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
High
Target version:
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 #1

Updated by Alexis Jeandet about 9 years ago

  • Status changed from New to Closed

Preliminary version written, used in SocExplorer and Execut, genericBinaryFiles.
For now it handles Elf, SREC and binary files, ihex may be added soon.

Actions

Also available in: Atom PDF