diff options
| author | Xusheng <xusheng@vector35.com> | 2024-09-26 17:50:35 -0400 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2024-10-04 16:54:47 +0800 |
| commit | 4c39a58c328461fe5485b87b93bc60a1490c16da (patch) | |
| tree | 7e9e3e830936a381fa62b67e46fd3d6895be9b20 /docs/guide/index.md | |
| parent | 52c4e5695f9c86cb319f07682c27be9e4e576559 (diff) | |
Make the undefine action context aware
Diffstat (limited to 'docs/guide/index.md')
| -rw-r--r-- | docs/guide/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md index 8f5a7930..48d710cd 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -509,7 +509,7 @@ To search in the keybindings list, just click to make sure it's focused and star - `[F5]`, `[TAB]` : Toggle between Pseudo C and disassembly view - `g` : Go To Address dialog - `n` : Name a symbol - - `u` : Undefine an existing symbol (only for removing new user-defined names) + - `u` : Undefine selected function(s)/data variable(s)/user symbols(s) - `e` : Edit an instruction (by modifying the original binary -- currently only enabled for x86, and x64) - `x` : Focus the cross-reference pane - `;` : Add a comment |
