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 doesn't show serialization error when grabbing Unicode strings

greenpiece opened this issue · comments

I have a buffer in Olly in Latin9 encoding:
image

When passing a string like this in __result__ variable I can't see this value in IDA:
image

There are no errors seen in log output.

commented

Hi @greenpiece,
could you check this build?

Alex, thanks, now the error is seen indeed.