A basic loader plugin for PSX executables. It will try to identify bios calls and add some io mapping information.
- Hopper Disassembler v4
- MIPS CPU plugin for disassembling
- build with Xcode
- or, via
xcodebuild
- or, using cmake
mkdir build cd build cmake .. make make install
The Linux build requires the compilation of the Hopper SDK. Please also refer the official SDK Documentation.
- download and extract the Hopper SDK from https://hopperapp.com
mkdir HopperSDK cd HopperSDK unzip HopperSDK-*.zip # your downloaded SDK file
- build the SDK
cd Linux ./install.sh
- add the newly created bin-path to your
PATH
export PATH="$PATH":gnustep-Linux-x86_64/bin/
- follow the instructions for building with cmake
- or, run
./build.sh
A docker image with a precompiled Hopper SDK for Linux is also available, just run
./docker/linux-build.sh