Skip to content

Commit

Permalink
Added deep search mode option.
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualabs committed May 31, 2022
1 parent 2013642 commit 626d60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ You can speed up the base address lookup process by enabling multi-threading wit
binbloom -t 8 firmware.bin
```

A *deep search mode* is also implemented but is still experimental. This mode may be useful in very rare occasions as it may
A *deep search mode*, enable with the `-d` option, is also implemented but is still experimental. This mode may be useful in very rare occasions as it may
find a valid base address when nothing else works, but it is a slower mode that may take some time to complete.

If you want the tool to display more information, use one or more `-v` options.
Expand Down

0 comments on commit 626d60a

Please sign in to comment.