csoren / elf2pgz

ELF to FoenixMCP PGZ converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This tool converts file in the M68K ELF32 format to the FoenixMCP PGZ format.

Installation

Given the prerequisites (mainly cmake and just) are installed, elf2pgz can be installed in $HOME/.local/bin by running

just install

Usage

To convert an M68K ELF32 executable to FoenixMCP PGZ format, the input and output file names must be given on the command line:

$ elf2pgz INFILE OUTFILE

About

ELF to FoenixMCP PGZ converter

License:MIT License


Languages

Language:C 99.7%Language:CMake 0.3%