dsync: IDAPython plugin that synchronizes disassembler and decompiler views
dsync
IDAPython plugin that synchronizes decompiled and disassembled code views.
This plugin for IDA synchronizes Hexrays decompiler views and disassembly views (from decompiled code to disassembly by default – use the TAB key for synchronizing from disassembly to decompiled code).
It also highlights all addresses (code and data definitions) involved. Pressing the hotkey Ctrl-Shift-S switches synchronization on and off. Hovering over pseudocode items will display corresponding disassembled code in a hint window. The item that
belongs to the item that is located under the cursor will be highlighted and pointed to by an arrow.
Download
git clone https://github.com/patois/dsync.git
Copyright (c) 2019 Dennis Elser
Source: https://github.com/patois/