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,
Please check pyelftools - a new pure Python library meant to do this.