From 87a64ae582184d74743e4d148a307c4b9e080d87 Mon Sep 17 00:00:00 2001 From: pickDefault Date: Tue, 28 Nov 2023 18:21:21 +0000 Subject: [PATCH] Added `search.in` example @ configuration_the_search.md --- src/search_bytes/configurating_the_search.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/search_bytes/configurating_the_search.md b/src/search_bytes/configurating_the_search.md index 042b6dc7..2491fe7f 100644 --- a/src/search_bytes/configurating_the_search.md +++ b/src/search_bytes/configurating_the_search.md @@ -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`. \ No newline at end of file