Skip to content

Commit

Permalink
Add user/system option to findallmem
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Jun 15, 2022
1 parent 890f54d commit bf4ba7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion commands/searching/findallmem.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Find all occurrences of a pattern in the entire memory map.

`arg2` The byte pattern to search for. This byte pattern can contain wildcards (?) for example: `EB0?90??8D`. You can use [String Formatting](../../introduction/Formatting.rst) here.

`[arg3]` The size of the data to search in. Default is the entire memory map.
`[arg3]` The size of the data to search in. Default is the entire memory map (`-1`).

`[arg4]` Set to `user`/`system` to only include user/system modules in the search.

## result

Expand Down

0 comments on commit bf4ba7f

Please sign in to comment.