Installation

Binaries

There are pre-compiled binaries for Linux and Windows. After unzipping the archive, the binary for Linux can be found in mzfdisas/src/linux/release, for Windows it can be found in mzfdisas\src\w32\release.

From source

Retrieve the source code with Git.

git clone https://github.com/jfjlaros/mzfdisas.git

To compile for Linux:

cd mzfdisas/src/linux
sh build.sh

For Windows, use:

cd mzfdisas\src\w32
build.bat

The binary will be placed in the release subdirectory.