How to extract all functions out of a compiled elf file,even the function has no symbol [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 12 months ago . IDA can do this:some function with no symbol will named with 'sub_address'. How can I do this at runtime. enter image description here 回答1: How to extract all functions out of a compiled elf file,even the function has no symbol You don't define what is a function for you (and you really should).