Skip to content

Commit

Permalink
Update pattern_search.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TDKPS committed Apr 15, 2014
1 parent 1252380 commit 10cd22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search_bytes/pattern_search.md
@@ -1,8 +1,8 @@
## 5.3 Pattern search
## Pattern search

The search command allows you to throw repeated pattern searchs against the IO backend to be able to identify repeated sequences of bytes without specifying them. The only property to perform this search is to manually define the minimum length of these patterns.

Here`s an example:

[0x00000000]> /p 10
The output of the command will show the different patterns found and how many times they are repeated.
The output of the command will show the different patterns found and how many times they are repeated.

0 comments on commit 10cd22a

Please sign in to comment.