lib.rs
Mar 26, 2023#2773 in Parser implementations. 23 downloads per month . MIT license . 6KB 80 lines. elf2iso. A command-line tool for converting ELF files to ISO format for the PlayStation 2. Usage 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. ...