Reading ELF Files
"Nordlöw" via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu May 1 06:09:51 PDT 2014
> I have some simple proof of concept code. It is currently able
> to read elf64 (can be easily adjusted to read elf32 too)
> headers, extract sections and read string tables. If this is
> what you need, then I'll upload my code somewhere (although
> again, it is quite simplistic). If you specify what you need a
> bit more, I might be able to provide that.
Seems nice.
I need this for my file scanning/indexing engine, where I
currently want to extend it to index object file symbols.
More information about the Digitalmars-d-learn
mailing list