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

Labeless just works with x32dbg but not x64dbg

trietptm opened this issue · comments

Labeless in the latest release "[x64dbg] SDK and testing bundle are updated to snapshot on 2016-09-18_01-22"(labeless_release_full_1.1.0.9.7z) just works with x32dbg but not x64dbg.

screenshot - 9_28_2016 5_26_30 pm
screenshot - 9_28_2016 5_28_35 pm

commented

Did it work on previous releases? Does it work with x64dbg x64 shipped in release bundle?

No, it doesn't work with the x64dbg x64 shipped in release bundle.

In the previous release (labeless_release_full_1.1.0.8.7z), Labeless doesn't work with both x32dbg and x64dbg.

commented

Could you show me the log tab in x64dbg, maybe there is some error information

Here it is:

Initializing wait objects...
Initializing debugger...
Initializing debugger functions...
Setting JSON memory management functions...
Initializing capstone...
Initializing Yara...
Getting directory information...
Start file read thread...
Symbol Path: C:\TEST\labeless_release_full_1.1.0.9\x64dbg\x64\symbols
Allocating message stack...
Initializing global script variables...
Registering debugger commands...
Registering GUI command handler...
Registering expression functions...
Registering Script DLL command handler...
Starting command loop...
Loading plugins...
[PLUGIN] command "allocex" registered!
LL: Labeless::logInitPythonFail: "import labeless as ll" failed.
LL: pluginit: Labeless::initPython() failed
[PLUGIN] pluginit failed for plugin: labeless_x64dbg.dp64
Handling command line...
Initialization successful!
Mnemonic help database loaded!
Error codes database loaded!
Exception codes database loaded!
NTSTATUS codes database loaded!
Reading notes file...
File read thread finished!

commented

Did you set up labeless python module and protobuf for python x64?

Ah, I just setuped labeless python module and protobuf for python x32 only :D .
After I setup for Python x64, Labeless works with x64dbg now 👍 .
Thank you for your support :) .