Ghidra is a disassembler. In other words, it provides the raw machine code (i.e., assembly instructions) given a supplied binary.
If you open a binary in a hex editor, you will see a series of bytes, none of which mean much to anyone (aside from things like embedded text or pointers). A...