================================ Ghidra 10.2.3 keyboard shortcuts ================================ First published at 3/21/2023 on https://defkey.com/ghidra-10-2-3-shortcuts Ghidra is an open-source reverse engineering software developed by the National Security Agency (NSA) of the United States. The initial version was released in March 2019. Ghidra 10.2.3 has 83 shortcuts and we have listed all of them below. General ------- Ctrl + A Table select all Ctrl + Alt + I Extract and import Ctrl + C Table data copy Ctrl + C Copy Ctrl + D Bookmark Ctrl + I Open file system Ctrl + N New project Ctrl + O Open project Ctrl + Q Exit program O Export program Ctrl + S Save project Ctrl + Shift + C Table data copy current column Ctrl + T Create tool Ctrl + V Paste Ctrl + W Close project Ctrl + X Cut Del Delete Ctrl + Z Undo Ctrl + Shift + Z Redo D Disassemble C Clear code/Date L Edit label (label field) L Rename function (function name field) Del Remove label (label field) Del Remove function (function name field) T Define data Y Repeat define data L Rename variable (variable in decompiler) Ctrl + L Retype variable (variable in decompiler) B Cycle integer types ' Cycle string types F Cycle float types [ Create array P Create pointer Shift + [ Create structure Enter Open file Esc Clear cut F4 Set key binding F5 Refresh I Import file O Export program Select ------ Ctrl + , Back refs Ctrl + . Forward refs Ctrl + A Select all in view M Mark selection start Ctrl + H Program highlight > Entire selection Navigation ---------- G Go to Alt + Left arrow Back Alt + Right arrow Forward Alt + Shift + Left arrow Previous history function Alt + Shift + Right arrow Next history function Ctrl + Shift + [ Next selected range Ctrl + Shift + ] Previous selected range Ctrl + 0 Next highlight range Ctrl + 9 Previous highlight range Ctrl + Alt + T Toggle direction Ctrl + Alt + I Next instruction Ctrl + Alt + D Next data Ctrl + Alt + U Next undefined Ctrl + Alt + L Next label Ctrl + Alt + F Next function Ctrl + Down arrow Next function Ctrl + Up arrow Previous function Ctrl + Alt + N Next non-function instruction Ctrl + Alt + V Next different byte value Ctrl + Alt + B Next bookmark F3 Go to symbol source Ctrl + F6 Go to last active program/component Ctrl + F7 Go to program… Misc. ----- 2 Program differences Ctrl + Shift + R Rerun script Ctri + Shift + G Assemble Search ------ S Search memory F3 Repeat memory search Ctrl + Shift + E Search program text Ctrl + Shift + F3 Repeat text search H Label history Windows ------- Ctrl + B Bookmarks Ctrl + E Decompiler V Register values Ctrl + T Symbol table Help/Customize -------------- F1 Help > Contents F4 Set key binding (hover on action) Source: Program options, ghidra-sre.org Last modified on (UTC): Tuesday, March 21, 2023 Defkey © All rights reserved.