Skip to content

ckuethe/Hopper-cpu-SPARC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published