ghidra UI縮放
Resize Ghidra for High DPI screens
If you run Ghidra on a high DPI screen, you will probably find the GUI to be scaled down so small to be almost of no use.
There is a setting that you can adjust to scale the Ghidra GUI:
in $GHIDRA_ROOT/support is a file named launch.properties. In this launch.properties file is the following configuration key:
VMARGS_LINUX=-Dsun.java2d.uiScale=1
Change this line to:
VMARGS_LINUX=-Dsun.java2d.uiScale=2
Then launch ghidra and you should be good to go!
中文版:
到$GHIDRA_ROOT/support路徑,找到launch.properties文件打開,
修改VMARGS_LINUX=-Dsun.java2d.uiScale=1為VMARGS_LINUX=-Dsun.java2d.uiScale=2
注意:
$GHIDRA_ROOT/support這個路徑是ghidra的安裝路徑下的support文件夾,可能是/opt/ghidra/support或者是其他路徑(不同的發行版,具體的安裝位置可能不同,參考linux中軟件安裝目錄)
參考
https://gist.github.com/nstarke/baa031e0cab64a608c9bd77d73c50fc6 | Resize Ghidra for High DPI screens

浙公網安備 33010602011771號