aclements / libelfin

C++11 ELF/DWARF parser
MIT License
314 stars 99 forks source link

symbol is missing #80

Open racaarddd opened 5 months ago

racaarddd commented 5 months ago

When I get the elf information for libc.so.6, the symbol __libc_start_call_main is not found, but objdump -tT libc.so.6 finds it.