Fix string literals
- Use
EUC-JP
as the default charset used byStringDataType
. - Fix the issue with how string literals are displayed in ghidra's decompilation view by splitting
boot
/code
/overlays' segments (.text
/.data
/.rodata
/.bss
/.reloc
).
Note that this will not fix the issue with japanese strings as the decompiler seems to support unicode only.