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

Labeless not showing in x64DBG #7

Closed mhanne0915 closed 8 years ago

mhanne0915 commented 8 years ago

Hi, first of all thanks for the great plugin. I tried to use x64DBG butI noticed that labeless plugin is not showing in the plugin toolbar. I used the x64DBG included in your package but it doesn't work. OS: Windows 7 SP1

a1ext commented 8 years ago

Thanks. Do you see in the log window some errors in the log window, could you attach the log window content here? Which of x64dbg type (x32 or x64) doesn't not work for you? Are you performed setup instructions described in readme ?

mhanne0915 commented 8 years ago

Here's the two test I did:

1) I used the x64DBG from labeless package (labeless_release_full_1.1.0.3\x64dbg). When I open the debugger, the labeless plugin didn't show. Note: I changed the luncher config of x96dbg.ini because the default is: x32dbg=E:_malware\labeless_release_full_1.1.0.3\x64dbg\x32\x32dbg.exe x64dbg=E:_malware\labeless_release_full_1.1.0.3\x64dbg\x64\x64dbg.exe

scenario1

2) I downloaded the latest x64DBG, and just put the labeless plugins (/x32/plugins/labeless_x64dbg.dp32 and /x64/plugins/labeless_x64dbg.dp64) in the plugins folder. I got an error message, see attached.

scenario2

Btw, I'm not sure if is related to python version, but labeless works fine in Olly. Here's the python version I'm using: ActivePython 2.7.10.12 (ActiveState Software Inc.) based on Python 2.7.10 (default, Aug 21 2015,
14:42:12) [MSC v.1500 32 bit (Intel)] on win32

a1ext commented 8 years ago

The version 1.1.0.3 is incompatible with latest x64dbg. Please, try ver 1.1.0.4. starting from version 1.1.0.1 I added x64dbg snapshot to the release bundle, on which I test Labeless. I do that because x64dbg plugin API occasionally changes (in active development). Let me know is 1.1.0.4 works.

mhanne0915 commented 8 years ago

Thanks @a1ext a lot. It works fine ;) Sorry for wasting your time, I dunno why I didn't download the latest version. Have a nice day.

a1ext commented 8 years ago

Thank you, don't hesitate to ask questions, report bugs or give your suggestions/feedback :smile_cat: So, I'll close the issue.