Ghidra UI Scaling
Read Time: 5 Minutes Ghidra has been a pleasure to work with on low-resolution systems. After using the font sizing options Edit -> Tool Options (See " ByteViewer " or " Listing Display ") I could not find a setting for any system with a high-resolution monitor that made the menu/menu items/windows larger. Then I came across the " launch.properties " (under /opt/ghidra/support) file which contains an attribute called " Dsun.java2d.uiScale= 1 ". After modifying the value to " 2 " I now have a much friendlier experience using ghidra on newer hosts. Hope this helps someone!