The SPARC design was terminated by Oracle in 2017, but there are still lots of devices implementing it. The number of static analysis tools supporting it is quite limited, so it makes sense to mainly use universal solutions such as ODA, radare2, Ghidra, and IDA. For dynamic analysis, QEMU can be used with the GDB the same way we described previously as it looks like neither radare2 nor IDA support GDB debugger for this architecture at the moment:
Figure 15: Debugging Mirai sample compiled for SPARC architecture on the x86 VM using GDB with TUI and QEMU
Various GDB syntax highlighting tools can be used to make the debugging process more enjoyable.