Skip to content

Fix string literals

Compare
Choose a tag to compare
@Random06457 Random06457 released this 13 Jun 21:54
· 1 commit to master since this release
  • Use EUC-JP as the default charset used by StringDataType.
  • 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.