a1ext / labeless

Labeless is a multipurpose IDA Pro plugin system for labels/comments synchronization with a debugger backend, with complex memory dumping and interactive Python scripting capabilities.
Other
514 stars 82 forks source link

Automatic following EA x64dbg - IDA; not a feature yet? #42

Closed TurianNaptime closed 6 years ago

TurianNaptime commented 6 years ago

Hi, I've been trying to get the same experience as the video on the "Wiki" page, with x64dbg and IDAPro. I haven't been able to get IDA to jump automatically to the x64dbg EA, but I can get it to jump manually (through the menu). It might be worth mentioning that it's across VM's, and all of the other features are present.

And many thanks for a wonderful plugin, it's going to help me a lot in the future!

a1ext commented 6 years ago

Hi @TurianNaptime, Do you use shortcuts Shift+J and Ctrl+Shift+J ? They work in the disasm window at least. IDA captures these shortcuts, they won't work in the debugger-side.

TurianNaptime commented 6 years ago

The shortcuts work! I just had the notion that they COULD sync automatically while I stepped through the code in the debugger. Like this: https://raw.githubusercontent.com/a1ext/labeless/master/docs/labeless_pause_notifications_following.gif

a1ext commented 6 years ago

Aha, I got it. Unfortunately, "Pause notification following" is currently implemented in Olly2 only. I have plans to implement it for x64dbg, but at the moment I busy with other tasks.

TurianNaptime commented 6 years ago

Alright, thanks for the answer!