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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

TurianNaptime opened this issue · comments

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!

commented

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.

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

commented

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.

Alright, thanks for the answer!