What can I do with plugin API besides interact with Data Inspector?
An overview before I try my hands at a plugin.
Can I:
- Walk through the whole/part of binary, with stride of 0 or more bytes? Let's say I use that info to make a graphical view of the data in a separate winapi window, with zoom?
- Register new menu item to HxD to trigger the tool window, or for lack of it, put a button somewhere for that?
- Change hex view location, cursor location, selection?
What can I do with plugin API besides interact with Data Inspector?
An overview before I try my hands at a plugin.
Can I: