I have a Ghidra question for you. I am disecting an executable binary and I am noticing a TON of data types that are clearly Unicode in the "Listing" Pane but are showing up as unknown Bytes.
I am aware that I can click on the first address and then select "Data" > "TerminatedUnicode" but there are hundreds of these bytes that need to be converted to Unicode.
Is there an automated way to perform this tedious task?