SPARC CPU plugin for the Hopper Disassembler, inspired by plugins for ST20, M68k, and MIPS CPUs.
This plugin was developed on Ubuntu, and uses a Makefile to build; XCode support is untested.
Install either the Hopper SDK or the Linux SDK
. ${HOME}/hopper-gnustep.sh
git clone https://github.com/ckuethe/Hopper-cpu-SPARC
cd Hopper-cpu-SPARC
# check settings in Makefile for sanity
make
DEST=${HOME}/GNUstep/Library/ApplicationSupport/Hopper/PlugIns/v4/CPUs/
mkdir -p $DEST
ln -s ${PWD}/SPARCCPU.bundle ${DEST}/SPARC.hopperCPU