mandiant / GoReSym

Go symbol recovery tool
MIT License
498 stars 62 forks source link

PCLNTAB - Not all function names present #48

Closed bigpie1234 closed 5 months ago

bigpie1234 commented 5 months ago

Issue: Not all of the function names are present in a stripped binary's pclntab.

Question: Does pclntab hold ALL of the function names? What is the constraint as to what function names it holds and doesn't hold? When the binary gets stripped, what function names are taken out of pclntab?

stevemk14ebr commented 5 months ago

Please share a binary. What specifically is contained within the pclntab can be modified, generally yes it will contain all the function names.