Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 823 Bytes

File metadata and controls

24 lines (20 loc) · 823 Bytes

Hopper SPARC plugin

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.

Build Instructions

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