Where are Ghidra's user settings stored (on Windows)? #9114
-
|
Hello everyone, sorry if this is a dumb question but I'm confused: for every program I use, I like to tinker with the settings and usually exporting them to a file or collection of files, for quicker setup on each of my machines. When I go to "Edit > Tool Options" for the Code Browser for example, I edit the "Listing Display > Font"; and I'm noticing the settings/preferences are well saved and persistent; good. My question is: in which file/directory are these settings stored on the filesystem? On Windows at least, I haven't managed to find them in Thank you in advance for your answer. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Changing the listing display font results in a new theme getting created. It should be in your users settings directory (i.e., To verify the location of your user settings directory, open up the Ghidra Front End GUI and do |
Beta Was this translation helpful? Give feedback.
Changing the listing display font results in a new theme getting created. It should be in your users settings directory (i.e.,
%AppData%/Roaming/ghidra/ghidra_<version>/themes/*.theme.To verify the location of your user settings directory, open up the Ghidra Front End GUI and do
Help -> Runtime Information -> Application Layout -> Settings Directory.