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

Chinese comments cannot be synchronized

taodaqiao opened this issue · comments

commented

Chinese comments cannot be synchronized

commented

Hi @taodaqiao, what is your set up?

commented

@a1ext 测试注释同步 ,such comments cannot be synced to x32dbg

commented

@taodaqiao ok, I got the problem.

BTW, are you able to set Chinese comment in OllyDbg2 as well (because I've unsuccessfully tried to do that on English default language Windows 7)? I'm trying to understand is this problem affects OllyDbg 1/2 as well.

commented

@taodaqiao Fixed. Both binaries and labeless python module have changed. You have to upgrade them all, prebuilt binaries are at Appveyor - you can use them until new release is out.

I'm closing the issue, in case there are still some problems feel free to reopen it.

commented

@Version 1.1.2.96
X64dbg test Notes Unicode strings can be synchronized but function names cannot be synchronized.
Olly1 test English function name can be synchronized but Unicode Function name and comment can not be synchronized

commented

X64dbg test Notes Unicode strings can be synchronized but function names cannot be synchronized.
As I know IDA doesn't allow me to enter your test string:
image

commented

@taodaqiao it will be quicker to talk in Telegram https://t.me/labe1ess

commented

@a1ext Need to set IDA cfg/ida.cfg CULTURE="all"

commented

@a1ext Need to set IDA cfg/ida.cfg CULTURE="all"

ok, another one question: does OllyDBG 1.10 allows you to manually put unicode string in label/comment for you?
When I try that on English machine it just puts "????" instead of test string:
image

commented

@taodaqiao I has just fixed, could you re-check? I decided to encode labels/comments in OllyDBG 1.10 with a system ANSI (ACP) code page, so if you have a Chinese OS, it have to work then.

I updated just python module, to upgrade it just use pip install --upgrade labeless

commented

OD1.10
od1 1
IDA7.0
ida7 0
@a1ext OllyDBG 1.10 gb2312(936) code page

commented

OD1.10
od1 1
IDA7.0
ida7 0
@a1ext OllyDBG 1.10 gb2312(936) code page

is there any problem, I don't understand the pictures?