Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI feature request: program call graph tab #312

Open
m4b opened this issue Jun 30, 2017 · 1 comment
Open

UI feature request: program call graph tab #312

m4b opened this issue Jun 30, 2017 · 1 comment

Comments

@m4b
Copy link
Collaborator

m4b commented Jun 30, 2017

It would be really cool if we had another tab which displayed the program's call graph.

Specifically, it would be nice if:

  1. functions are nodes in a connected graph; each node is scaled by how many different functions call it.
  2. function with the most "is called" number is the largest node in the displayed network (and perhaps displayed in the center)
  3. Hovering over a node displays how many it calls, and how many its called by
  4. Click on a node displays in a side tab which functions call it, and which functions it calls

I frequently want this information just when I'm debugging my program, let alone binary analysis stuff, so I think it would be really handy :)

@flanfly
Copy link
Member

flanfly commented Jun 30, 2017

My failed attempts creating a call graph are documented in #87. The whole issue is on hold until my frustration has cooled down 🤣. Feel free.

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

No branches or pull requests

2 participants