Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display Unicode strings in "String References" search #1286

Closed
ghost opened this issue Nov 22, 2016 · 5 comments
Closed

Display Unicode strings in "String References" search #1286

ghost opened this issue Nov 22, 2016 · 5 comments
Labels
feature The issue requests a new feature.

Comments

@ghost
Copy link

ghost commented Nov 22, 2016

No description provided.

@ThunderCls
Copy link
Member

+1

@mrexodia mrexodia added the feature The issue requests a new feature. label Nov 22, 2016
@mrexodia
Copy link
Member

The file to get this working is https://github.com/x64dbg/x64dbg/blob/development/src/dbg/disasm_helper.cpp#L310 feel free to send a pull request with decent support for unicode strings. Anything is a unicode string if you disable that extended ascii check.

@cxj98
Copy link

cxj98 commented Nov 24, 2016

there is a chinese plugin support unicode string search.

@mrexodia
Copy link
Member

IsTextUnicode might be used as suggested by @torusrxxx

@torusrxxx
Copy link
Member

#2406

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature The issue requests a new feature.
Projects
None yet
Development

No branches or pull requests

4 participants