Skip to content

Commit

Permalink
Added search.in example @ configuration_the_search.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zmochi authored and trufae committed Jun 11, 2024
1 parent 0d9f7c0 commit 87a64ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/search_bytes/configurating_the_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ e search.flags = true ; if enabled, create flags on hits
The `search.align` variable is used to limit valid search hits to certain alignment. For example, with `e search.align=4` you will see only hits found at 4-bytes aligned offsets.

The `search.flags` boolean variable instructs the search engine to flag hits so that they can be referenced later. If a currently running search is interrupted with `Ctrl-C` keyboard sequence, current search position is flagged with `search_stop`.

The `search.in` variable specifies search boundaries. To search entire memory, use `e search.in = dbg.maps`. The default value is `dbg.map`.

0 comments on commit 87a64ae

Please sign in to comment.