In all versions of IDA, I can't seem to be able to search for unicode strings. When reversing programs, I constantly see unicode strings that could have really helped if I could see them in the strings window, but I can't. Anyone have a solution?
1 Answer
Enter the "strings window" by either press shift+F12 or go to View > Open Subviews > Strings in the toolbar.
Then, in the strings window, press Right Click and choose "Setup...". Check "Unicode" and press "OK".
- 4I can't believe I didn't know this until now, thanks in advance!user24091– user240912018-04-20 05:59:11 +00:00Commented Apr 20, 2018 at 5:59
- 2There is a registry change during this selection
HKCU\Software\Hex-Rays\StrWinStringTypes -- REG_BINARY -- 00 01 02Biswapriyo– Biswapriyo2018-04-20 15:50:52 +00:00Commented Apr 20, 2018 at 15:50 - Exactly what I was looking for. Thank you!ra170– ra1702023-10-04 15:35:44 +00:00Commented Oct 4, 2023 at 15:35
