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

cannot work with BreakModule

emc2314 opened this issue · comments

I've setup protobuf & labeless with python 2.7 32bit.
Then I copied the corresponding plugin folder to ollydbg and x64dbg
I can safely use ollydbg with labeless as well as the given x64dbg.
But whenever I run my own x64dbg(32bit) it just stuck and the crash.
Deleting labeless_x64dbg.dp32 solves that problem but obviously we cannot do that as a workaround.
So any ideas? I would appreciate every help.
Thank you

commented

Hi @emc2314, thanks for using Labeless.
Could you show me your x64dbg version/build number/date.
I've just checked the latest shapshot version from 3 Aug 2017 and the Labeless doesn't crash in x64dbg(x32).
image

Please, provide more information about your x64dbg(32bit) you are using.

Firstly I would like to express my grateful thanks for your reply.
Please forgive my rudeness, I didn't test it fully before open this issue.
It turns out that one of my plugins, BreakModule, is not compatilble with labeless.
So I decide to deprecate that one and have labeless installed.
Sorry agiain.