项目作者: tyoma

项目描述 :
C++ ELF parser
高级语言: C
项目地址: git://github.com/tyoma/symreader.git
创建时间: 2018-12-10T04:36:22Z
项目社区:https://github.com/tyoma/symreader

开源协议:MIT License

下载


C++ ELF parser

This project is an ascetic elf file reader (compilable on both - Unix and Windows) aimed to get access to function information, namely - their names, size and virtual addresses within elf image.
It came out from micro-profiler project while porting it to Linux.