Skip to content

elfcalls - build a callgraph from an ELF file #12

Description

@Notgnoshi
  • -O0 / -O2
  • with / without debug symbols?
  • with / without source?
  • call types
    • direct
    • indirect
    • virtual
    • dynamic
    • deferred (Qt queued signals, libuv events, stored callbacks, event queue event handlers)
    • ???

I want a more useful https://github.com/Vermeille/clang-callgraph than just direct function calls. I'm thinking about going from the ELF binary up, rather than using compiler instrumentation.

But the deferred function calls, while the most valuable, are the hardest. I'm not sure what's possible.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    toolAn idea for a new tool

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions