search dialog in viewer doesn't correctly process input field in hexadecimal mode #2433
Labels
area: search
Search subsystem
prio: medium
Has the potential to affect progress
ver: 4.7.0.10
Reproducible in version 4.7.0.10
Important
This issue was migrated from Trac:
yury_t
gotar@….pl
1) Char \000 isn't regarded correctly. Search for sequence containing 0x00 or 0 or 0h or $0 fails, even if sequence in question is present.
2) Hex modificators are processed differently -- search for 0x11 finds 0x11, but search for either 11h or $11 finds 0x0b.
3) Generally, the hex modificators (h, $, 0x) should be optional, if the hexadecimal mode is already selected.
The text was updated successfully, but these errors were encountered: