ida pro plugin labeless, sync IDA with OllyDbg by a1ext

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
Hey @a1ext
I have been following your commenting in the repo lately you have been busy. :)
Well its up to you to support 6.8.
I know what the mayority says, but if it is gonna be to much work, then its better to look forward not backwards.
 

samoray

New member
In my opinion "yes", as not all of us have the new IDA6.9 version we still stuck to the old one. but it depends on your available time/or/ new projects.
its very kind of you if you could continue supporting it (including your new projects as well==> make it compatible with the old Verison) .
 

m4n0w4r

New member
Hi all, short questionnaire:

- What do you think, should I continue supporting old IDA version like IDA 6.8?

I fact that, we only have the leak version of IDA 6.8, so will be happy if you continue to support it.:angrybird5.gif:
But i think it totally depend on you and your time.;)
Tks so much for one of the best IDA plugins!!

Regards,
 

m4n0w4r

New member
Many thanks to Mr. a1ext for the new release:

  • [IDA] qmake project added to help on Linux build
  • [IDA] Fixed issue #18 (hanging on shutdown)
  • [IDA] About page. Check for updates button added.
  • [IDA] Checking for updates with wait box
  • [IDA] Func local vars sync
  • [IDA] Don't freeze the GUI of IDA on 'Test Connection'
  • [IDA] Fixed issue #20 (added option to use 'all' local function vars as comments)
  • [IDA] prevent editor tab close by ESC
  • [OllyDbg110] Added license files from the original bundle
  • [Python utils] perform meta preparing even if 'Check PE-headers' is not set in the Settings.
  • [IDA, debug backend] Added code-completion support in the Python editors, powered on jedi

Download here:
https://github.com/a1ext/labeless/releases/download/v_1_1_2_0/labeless_release_full_1.1.2.0.7z

Regards,
 

a1ext

New member
Developer
Ida Pro Expert
Thanks for your answers, all.
Here is the new release, with new beta-feature of Python code auto-completion. To use it, need to install jedi python module using pip like below:
Code:
pip install jedi
in the machine, where is IDA and in the machine, where is your loved debugger.

Another question: does anybody interested in build for macOS?

P.S. updated just now, fixed mistyping...
 
Last edited:

m4n0w4r

New member
Hi @a1ext:
x64dbg, cannot load the lastest version v_1_1_2_1:
[PLUGIN] Failed to load plugin: labeless_x64dbg.dp64

x32dbg, load fine:
[PLUGIN] Labeless v16843265 Loaded!
LL: Labeless::startServer: Server thread started.
Labeless

Can you rebuild the labeless_x64dbg.dp64 for the newest release of x64dbg?
Thanks so much!!

Regards,
m4n0w4r
 

a1ext

New member
Developer
Ida Pro Expert
Hi @a1ext:
x64dbg, cannot load the lastest version v_1_1_2_1:


x32dbg, load fine:


Can you rebuild the labeless_x64dbg.dp64 for the newest release of x64dbg?
Thanks so much!!

Regards,
m4n0w4r
Hi,

The 1.1.2.1 version works for me (I tried the latest snapshot "snapshot_2017-09-12_00-45"). Did you perform all the installation steps mentioned in README (did you set up protobuf and labeless python module for python x64)?
 
Last edited:

m4n0w4r

New member
Hi,

The 1.1.2.1 version works for me (I tried the latest snapshot "snapshot_2017-09-12_00-45"). Did you perform all the installation steps mentioned in README (did you set up protobu and labeless python module for python x64)?
Ah, Ok

That's my mistake! Need to install python x64 :)
Tks so much!!
 
Top