Generic symbol table interface requirements - necto/denfer GitHub Wiki
This page describes the technical requirements to the generic symbol table interface and debug information interface being as a part of the project.
The interface should repesent a class with methods allowing to connect to the symbol table of the given process and read as much meta information and debugging information as possible. The provided method(s) should work with both Linux/Windows processes.
Agreed that the executable file formats supported are ELF (Linux) and PE (Windows). Both 32-bit and 64-bit formats should be supported.
Further changes in the technical requirements may follow when author will have deeper understanding of the problem.