We have several DLLs in one directory. Most, but not all, are only C ++ DLL resources. These DLLs can be opened in Visual Studio for a "visual" inspection (you can see the "Row Table").
Here's the script, we are looking for a specific string, but we do not know which DLL contains the string. Is there a tool we can use that will do a string search in a DLL?
Thank!
source
share