This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Description
we can see functions in IDA pro like this:
__int64 __fastcall mallopt(int a1, unsigned int a2)
{
...
}
Is there any way we can use a python script to get all functions from an ELF and dump them in a log file in that format?
examples/analysis/dump_func_info.py does dumps something but i don't need.