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

Can you provide a IDA7.0 version of the plugin

nihuai opened this issue · comments

Will it be compatible with the new version:IDA7.0

commented

Hi @nihuai, you can check the test build here

I'll prepare the full release soon (need to do some of refactoring).

commented

Labeless 1.1.2.1 for IDA7 for Linux with ABI fix:
labeless_1.1.2.1_ida7_x64_gcc_abi_fix0.zip

Hello, my platform is win7.
The dynamic debugging tool is x64dbg.

commented

@nihuai
Does this build work for you: labeless_ida_70_for_test.zip?

@a1ext
The x64dbg plugin didn't find it

commented

x64dbg x64? did you set up protobuf and labeless python module as said in the README?
Show me x64dbg logs

According to the video.
Install only python modules.
There is no x64dbg setup on github

commented

try x64dbg from the release folder first, if it is work then you can copy labeless plugins from x64dbg to your x64dbg

commented

I mean this one
image

image
image
image

image
image

commented

@nihuai you need to copy labeless plugins from release folder, to yours:

x64dbg\x32\plugins\labeless_x64dbg.dp32 -> your_x64dbg\x32\plugins\labeless_x64dbg.dp32
x64dbg\x64\plugins\labeless_x64dbg.dp64 -> your_x64dbg\x64\plugins\labeless_x64dbg.dp64

I downloaded the wrong package:labeless-master

commented

yes, the source tree doesn't contain precompiled Labeless binaries

image
IDA 7.0 x64
tomorrow test
Sleep, thank you for your help

commented

Rejected by IP Filter
Try to disable IP filter or update it to match your client IP ("127.0.0.1")

Thanks for your help
Manually set up IP, IDA connection is successful,Debugger synchronization successful.
But there's a little problem here.
every time open x64dbg, need to manually set it up.

commented

every time open x64dbg, need to manually set it up.

That's strange. I just put empty string in "Set IP Filter" dialog and then it allows to connect from any IP.

Use case:

  • Set "127.0.0.1" IP filter:

image
image

  • Then set empty string "" to allow any IP

image

image

And this configuration works for me even after x64dbg restart.

Probably you don't have an access to write to x32dbg.ini/x64dbg.ini?