PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
Search file for binary pattern
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
Search file for binary pattern
![]() |
Search file for binary pattern |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I need a pre-made class (this is way over my head.. I can imagine the
pseudo code but cant implement it myself) that can search a file for a specified binary pattern. Actually what I really need is a way to read in a buffer (say 4k) and search that buffer for multiple binary patterns, which would require a smart sliding window to search a large amount of patterns in a short amount of time. Anyone have any suggestions? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hi,
Regual expressions are great for searching for patterns http://msdn.microsoft.com/library/d...expressions.asp Ken ------------------------- <junkmauler@gmail.com> wrote in message news:1118560609.170313.222930@g44g2000cwa.googlegroups.com... I need a pre-made class (this is way over my head.. I can imagine the pseudo code but cant implement it myself) that can search a file for a specified binary pattern. Actually what I really need is a way to read in a buffer (say 4k) and search that buffer for multiple binary patterns, which would require a smart sliding window to search a large amount of patterns in a short amount of time. Anyone have any suggestions? |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

