From ae46528ce4d2ee0dff2da974563d56b16fd0ba79 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sat, 28 May 2022 13:58:26 -0400 Subject: better documentation for symbol list fuzzy match --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/getting-started.md b/docs/getting-started.md index f93f3c30..938ba51a 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -392,7 +392,7 @@ The symbols list in Binary Ninja shows the list of symbols for functions and/or The symbols list highlights symbols according to whether they are functions or data variables, local or exported, or imported. All of these kinds of symbols can be toggled from the ☰ menu at the top right of the Symbols pane. !!! Tip "Tip" - To search in the symbols list, just click to make sure it's focused and start typing! + Searching in the symbol list doesn't require focusing the search box. That the filter list here (and in the string panel) is a "fuzzy" search. Each space-separated keyword is used as a substring match and order matters. So: "M C N" for example would match "MyClassName". ### Edit Function Properties Dialog -- cgit v1.3.1