https://github.com/ckuethe/hopper-cpu-sparc
Hopper plugin for SPARC CPUs
https://github.com/ckuethe/hopper-cpu-sparc
capstone hopper-disassembler hopper-plugins sparc
Last synced: 4 months ago
JSON representation
Hopper plugin for SPARC CPUs
- Host: GitHub
- URL: https://github.com/ckuethe/hopper-cpu-sparc
- Owner: ckuethe
- License: mit
- Created: 2017-05-11T01:47:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T00:04:12.000Z (about 9 years ago)
- Last Synced: 2025-07-31T14:27:57.460Z (10 months ago)
- Topics: capstone, hopper-disassembler, hopper-plugins, sparc
- Language: Makefile
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hopper SPARC plugin
SPARC CPU plugin for the Hopper Disassembler, inspired by plugins for
[ST20](https://github.com/bSr43/HopperST20C2C4-plugin),
[M68k](https://github.com/0xc010d/HopperSDK/tree/master/Samples/M68kCPU), and
[MIPS](https://github.com/makigumo/MIPSCPU) CPUs.
This plugin was developed on Ubuntu, and uses a Makefile to build;
XCode support is untested.
# Build Instructions
Install either the [Hopper SDK](https://github.com/0xc010d/HopperSDK)
or the [Linux SDK](https://github.com/ckuethe/HopperSDK-Linux)
```
. ${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
```