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

Closed greenpiece closed 6 years ago

greenpiece commented 6 years ago

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.

a1ext commented 6 years ago

Hi @greenpiece, could you check this build?

greenpiece commented 6 years ago

Alex, thanks, now the error is seen indeed.