Ghidra's IDA like experience by @NyaMisty
This configuration MUST be used together with my fork GhidraMod : https://github.com/NyaMisty/ghidra_mod
- You can download the build here: https://github.com/NyaMisty/ghidra_mod-ci/releases
- Or Using My Scoop Bucket and Install
ghidramod: https://github.com/NyaMisty/scoop_bucket_misty
- In Ghidra's Project Tool, Go to Tools -> Import Tool..., select
mistyGhIDA.tool - Remove or rename the old
CodeBrowserby right click - Rename the new
CodeBrowser_1toCodeBrowser, so that it would be the default CodeBrwoser tool
- As you may customize the tool yourself, you can optionally update the KeyBinding (using
mistyGhIDA.kbxml) instead of updating the whole tool
- Import IDA's type into Ghidra: ImportIDATypes
- (Already Bundled in GhidraMod) Ghidra GDT generated from IDA tils: https://github.com/NyaMisty/ghidra_ida_til
-
Better UI: Resembles IDA as much as possible
-
- GDT Type Library generated from IDA Type Library
- GDT Type Collected from other repositories
-
Various Ghidra<-->IDA Helpers
- Including ImportIDATypes
- Improved KeyBindings Managing
- Allow customizing Shared Keybinding independently (e.g. Specify different action for key X for different view)
- Remap Meta & Ctrl (Double way, Meta <--> Ctrl)
- Improved Action Trigger (Reducing
Multiple Key Dialogcaused by conflicting Key Binding)- Specially Tuned
XAction:Find References To Symbolin Decompiler,Find References To...in others - Improved
EditLabelenable context (no longer triggers everywhere, only on label) - Improved
Edit Function Signatureenable context (no longer triggers everywhere) - Improved
Convert to Decimal/Hexenable context (only triggers when it's not already this type)
- Specially Tuned
- View Operation & Misc:
- Shift-Fn (Open Views)
- Alt-F3 (Close View)
- F6 (Switch Component (view/widget in IDA))
- Ctrl-W (Save File)
- Data:
- U (undefine), C (code)
- D (define char/word/...), * (Create Array)
- R (Char), H (Switch Hex/Dec), O (Pointer), Q (Qword)
- A (String)
- M (Enum (Equate in Ghidra))
- Shift-E (Export)
- Common Ops:
- Y (Edit Type), X (Xref)
- N (Rename), / (Comment)
- Funcs:
- F5 (Decompile)
- P (MakeFunc)
- Ctrl-K (Edit Stack)
- Navigation:
- G (Goto)
- Esc (Go Back), Ctrl-Enter (Go Next)
- Alt-B (Search binary), Alt-T (Search Text)
-
Other Keybinding Authors:
- @nullteilerfrei : https://raw.githubusercontent.com/nullteilerfrei/reversing-class/master/ghIDA.kbxml (20210721)
- @katechondic : https://raw.githubusercontent.com/katechondic/Ghidra-Win-Keybinds/main/keybindings_windows.kbxml (20221121)
- @enovella : https://raw.githubusercontent.com/enovella/ida2ghidra-kb/master/keybindings.kbxml (20190408)
- @JeremyBlackthorne : https://raw.githubusercontent.com/JeremyBlackthorne/Ghidra-Keybindings/master/Partial%20IDA%20Pro%20Keybindings.csv.kbxml (20190416)
-
Other GDT Type Library Authors: