Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add suport for reading libraries #8

Open
LAHumphreys opened this issue Oct 12, 2012 · 0 comments
Open

Add suport for reading libraries #8

LAHumphreys opened this issue Oct 12, 2012 · 0 comments

Comments

@LAHumphreys
Copy link
Owner

Use the new binary reader interface to extend the library to handle elf libraries

Change #9 will create an interface to handle archive files

Use this to parse the library:

-> Read the master symbol table
-> Parse the libraries (this should be simple: parse each reader object to a new elfParser)
-> Provide a method to write in (single file) LINK format

This is reliant on #9

LAHumphreys added a commit that referenced this issue Oct 13, 2012
A new obect takes a binary position pointing to the start of an archive files
and creates an indexable (by integer index, and section name) array of members;

Members are returned as a binaryReader object can can then be parsed by a
higher level object;

This fully implements #8
LAHumphreys added a commit that referenced this issue Oct 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant