-
Notifications
You must be signed in to change notification settings - Fork 49
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
Exposing some of the functionality for IDA's graph viewer and the folding or unfolding of code. #145
Comments
For the first part, it's documented here at https://hex-rays.com/blog/igors-tip-of-the-week-31-hiding-and-collapsing/. Unfortunately you can't nest hidden ranges, which means we'll have to keep track of them ourselves and then update them only when we want to update the user-interface. |
For the second part, here's my notes so far from looking at https://github.com/mandiant/SimplifyGraph. Unfortunately, it doesn't seem to work. I should be getting clarification on this though, soon...
|
I forgot to paste it into this issue. It seems that we should avoid the viewer stuff and focus on Ftr, here's my exchange with them. Thanks to both Igor and Arnaud.
|
This is a placeholder for a PR that will eventually expose some of IDA's graph viewer to the plugin. I'm waiting for some responses from hex-rays, but ideally the ability to group and ungroup graph nodes as well as hide and unhiding of code should be exposed.
The text was updated successfully, but these errors were encountered: