General Tips
Ghidra Scaling command
If you are running ghidra inside VM and have HiDpi screen and 4k screen it commonly happens.
run
_JAVA_OPTIONS='-Dsun.java2d.uiScale=2.5' ghidra or you can permanently edit launch.properties file in ghidra installation directory to persist the change.
Last updated