Crates.io | elf2iso |
lib.rs | elf2iso |
version | 0.1.1 |
source | src |
created_at | 2023-03-26 11:24:22.584002 |
updated_at | 2023-03-26 11:29:18.453555 |
description | A command-line tool for converting ELF files to ISO format for the PlayStation 2. |
homepage | |
repository | https://github.com/RedsonBr140/elf2iso |
max_upload_size | |
id | 821062 |
size | 14,140 |
A command-line tool for converting ELF files to ISO format for the PlayStation 2.
Usage: elf2iso [OPTIONS] <ELF> <OUTPUT>
# Example:
elf2iso -v PAL myelf.elf top10elfs.iso
This would generate a top10elfs.iso
file at the current directory, with the video mode being PAL.
-d, --delete whether to delete ISO directory after building the ISO itself
-D, --dir <DIR> [default: ISO]
-v, --video <MODE> Video mode [default: NTSC]
-h, --help Print help
-V, --version Print version
Elf2iso depends on:
crates.io
: cargo install elf2iso
Elf2iso is licensed under the MIT license. See LICENSE
for more information.