RE: Searching binary files for patterns?
- From: Family Tree Mike <FamilyTreeMike@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 20 Nov 2009 09:14:06 -0800
"Joseph N. Stackhouse" wrote:
So I have created my own application to search for Spyware/Viruses and so
far all of my search functions are done except one, searching a binary file
for a certain pattern or a pattern with a wildcard. I really need to
figure out the best way to do this.
I'm sure there are examples out there I'm just not wording my Google
searches correctly or something. Basically I just want to search a file for
a <binary pattern> or possibly <pattern1>*<pattern2>*<pattern3> where * is a
wildcard.
P.S. If you reply also reply via e-mail as I'm not always able to check the
groups. Thanks!
-Joe
I believe that the Regex class can be coerced to search using binary data,
though I have never had a need to try it.
Mike
.
- References:
- Searching binary files for patterns?
- From: Joseph N. Stackhouse
- Searching binary files for patterns?
- Prev by Date: Re: VS2010 - Edit and continue not working
- Next by Date: Re: how to convert 161009 to a date, and 1356 to a time
- Previous by thread: Searching binary files for patterns?
- Index(es):
Relevant Pages
|