5

when you click String references in x64dbg, it only lists strings from current module/file. Is that possible to search strings in multiple (selected) files/modules?

T.Todua
  • 643
  • 2
  • 9
  • 20

1 Answers1

8

From what I know you can search for String references in all modules.
The way is: right click ---> search for ---> all modules ---> String references enter image description here enter image description here

user22363
  • 365
  • 1
  • 8