开发者

Search for a string in a collection of dlls

We have a number of dlls in a single directory. Most, but not all, are C++ resource dlls only. These dlls can be opened in Visual Studio for a "visual" inspection (you can see the "String Table").

Here's the scenario, we are looking for a particular string but we don't which DLL contains the string. Is there a tool that we can use that will 开发者_StackOverflow中文版perform a string search on DLLs?

Thanks!


You can use the findstr command to search strings in several files.


I've just successfully used .NET Reflector 6 to find a string (using Ctrl+S) in the list of loaded DLLs.

Slightly off for the original question (concerning C++) but I've stumbled upon this question by the title and this is my answer.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜