3
votes
2answers
165 views
in Java: programmatically determining addresses of C/C++ variables given a COFF/ELF/DWARF executable
This is a situation I run into now and then:
For an embedded system which does not use virtual addressing, I have an executable file that was compiled from C or C++ code with debu …
3
votes
3answers
385 views
Python libdwarf module
I'm working on a utility which needs to resolve hex addresses to a symbolic function name and source code line number within a binary. The utility will run on Linux on x86, though …
4
votes
3answers
550 views
Library to read ELF file DWARF debug information
Any recommendations for a good cross-platform library for reading ELF file debug information in DWARF format? I'd like to read the DWARF debug info in a Python program.
1
vote
3answers
94 views
Reading DWARF file in Mac OSX
Hi All,
Can anybody help me writing a program which can read DWARF files and gives me the file name, line number and function name details.
Thanks in advance
-A
