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

how can i get all exported functions? #63

@cyberhorse208

Description

@cyberhorse208

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions