Can subviews be reopened?
Closed this issue · 2 comments
clarkewd commented
After running a diff, if I accidentally close the Matched Functions subview is there a way to reopen it?
I don't see any menu or plugin options for reopening the subviews. I also checked the documentation but I don't see anything there, either.
The workaround I was able to come up with was to save and load the results but I wish there was a simpler way.
cblichmann commented
Yes, there is :)
The BinDiff IDA Pro plugin registers a menu item for this. Just select View
|BinDiff
|Matched functions
:
You can see all the menu items that BinDiff registers here:
https://github.com/google/bindiff/blob/main/ida/main_plugin.cc#L1210
clarkewd commented
thanks so much! exactly what i needed! 👍