The builtin synchronize with disassembly/pseudocode/microcode views is great. I am developing a plugin that has a new view and I would also like to make it one of the options to synchronize with.
I found some related APIs in kernwin.hpp but I couldn’t find a documentation on this API or any example. I would love to know if this is possible and how
Hi @gilbo,
This is theoretically possible (i.e., making a custom view that appears under the native IDA “Synchronize with” menu options), but it will likely require C++ (IDAPython probably won’t be sufficient).
There is an internal API for this (C++), but it is not part of the official SDK, so it is not documented and may also be somewhat rough around the edges.
If you’re still interested in exploring this approach, let me know, and I can share the details via DM.