From e9c53f3c9a8cb2f28ea8047c1b9b12f0ea31968f Mon Sep 17 00:00:00 2001 From: Xusheng Date: Fri, 2 Aug 2024 12:10:15 +0800 Subject: Support forward type propagation for function/variable. Fix https://github.com/Vector35/binaryninja-api/issues/2725 --- docs/guide/index.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/guide/index.md b/docs/guide/index.md index d8f44780..8f5a7930 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -516,6 +516,7 @@ To search in the keybindings list, just click to make sure it's focused and star - `i` : Cycle between disassembly, LLIL, MLIL and HLIL - `t` : Switch to type view - `y` : Change type of currently selected element + - `q` : Forward propagate the type of the selected function or variable - `a` : Change the data type to an ASCII string - `[SHIFT] a` : Change the data type to a `wchar_t` string - `[OPT-SHIFT] a` (macOS) : Change the data type to a `wchar32_t` string -- cgit v1.3.1