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

Question about IDA plugin/Graph view #201

Open
zuypt opened this issue May 15, 2018 · 2 comments
Open

Question about IDA plugin/Graph view #201

zuypt opened this issue May 15, 2018 · 2 comments

Comments

@zuypt
Copy link

zuypt commented May 15, 2018

  • In this video . I saw geohotz was using a graph view how do I turn this view on ? Is this feature requires IDA plugin ??
  • Is the IDA plugin supports IDA 7 ??
@hotwaterheater
Copy link

Hey zuypt, what I've seen (usenix) is the built in disassembler (it works pretty well, even though George calls it a trash heap). You use this like so (here I'm using qira on the ls command):
(Terminal window 1): qira -sS /bin/ls
(Terminal window 2): nc localhost 4000
Now you go to a browser and put 0.0.0.0:3002 in the top url bar (you should now see the trace and the graph).

@pAplakidis
Copy link

I saw in that video that he used a keybind to search for the function/symbol so that it views the tree/graph (mine doesn't show any graph btw). Any chance anyone knows how that works.

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

No branches or pull requests

3 participants