[Solved] How to extract all functions out of a compiled elf file,even the function has no symbol [closed]
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). Notice that if the compiler has inlined a function, it does not appear in the ELF file, even if of course it exists in the source … Read more