mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-24 13:11:47 +00:00
Updated Frequently asked questions (markdown)
parent
bfbc18a8f4
commit
f5b27e414d
@ -32,6 +32,12 @@ Ghidra provides the ability to invert the colors of its GUI, providing a "darkis
|
||||
|
||||
You can change the key binding of any top level menu or context sensitive menu item (except items in the Code Browser's "Window" menu). Simply hover on the menu item and hit the F4 key to change the key binding. Alternatively, you change the key bindings of your current tool via Edit → Tool Options... → Key Bindings.
|
||||
|
||||
### Auto-analysis is slow or fails completely
|
||||
|
||||
Generally, analysis time is proportional to the size of the binary. Large binaries (~100MB) can take hours, or even days, to analyze.
|
||||
|
||||
In order to make progress on analysis for a problematic binary you can try disabling various analyzers before you perform the initial analysis via the **Analysis Options Dialog**. Using this debugging approach will not only allow your analysis to finish (minus the disabled analyzers), but it will also allow you to identify the broken analyzer(s).
|
||||
|
||||
### There are missing instructions or bad instructions. What can I do?
|
||||
|
||||
You have a couple of options:
|
||||
|
Loading…
Reference in New Issue
Block a user