all groups > visual studio .net debugging > january 2004 >
You're in the

visual studio .net debugging

group:

Searching for string in binary output



Searching for string in binary output trojan
1/21/2004 4:11:05 AM
visual studio .net debugging: Hi,

Would you please tell me the way to find the literal string in the source code from the binary (exe) file?

Thanks you very much,
RE: Searching for string in binary output johnei NO[at]SPAM online.microsoft.com (
1/22/2004 7:07:00 PM
Hi, Trojan

Microsoft does not have any tools that will do this out of the box. You
can read an EXE and search it for a string, but there is no guarantee that
the string will appear in the same form that it appears in your source.

Thank you for choosing the MSDN Managed Newsgroups,

John Eikanger
Microsoft Developer Support

This posting is provided “AS IS” with no warranties, and confers no rights.
--------------------
| Thread-Topic: Searching for string in binary output
| thread-index: AcPgF6US6qiCc/EQTCGxz6jUzyCY/g==
| X-Tomcat-NG: microsoft.public.vsnet.debugging
| From: =?Utf-8?B?dHJvamFu?= <trojan@dis.cc>
| Subject: Searching for string in binary output
| Date: Wed, 21 Jan 2004 04:11:05 -0800
| X-Tomcat-NG: microsoft.public.vsnet.debugging
|
| Hi,

Would you please tell me the way to find the literal string in the source
code from the binary (exe) file?

Thanks you very much,
Trojan
|
Re: Searching for string in binary output Habib Heydarian [MSFT]
1/22/2004 9:00:21 PM
For very rudimentary search, you can open the binary in VS using the "Binary
Editor" and search for the string literal.

HabibH.

[quoted text, click to view]

AddThis Social Bookmark Button