Difference between revisions of "1ST READ.BIN Checker"

From DCEmulation
Jump to navigation Jump to search
(new command line version)
Line 10: Line 10:
}}
}}


This tool will check the main Dreamcast binary and tell you if it's a unscrambled, scrambled, ELF or SREC binary format. It also serves as a front-end to convert your files from ELF formats to binary formats. It also uses scramble by [[Marcus Comstedt]] to convert binaries to unscrambled or scrambled binaries and sh-elf-objcopy to convert ELFs into binaries.
The '''1ST_READ.BIN Checker''' is a tool that checks a Dreamcast binary file and reports if it's an unscrambled BIN, scrambled BIN, ELF, or SREC binary. It also serves as a front-end to convert files from ELF formats to binary formats. It uses ''scramble'' by [[Marcus Comstedt]] to scramble or descramble binaries and ''sh-elf-objcopy'' to convert ELFs into binaries.


There's also a command line version available that was written in C. There's binaries for the current version, 0.1, for [http://dchelp.dcemulation.org/?download=checkerc-01-win32.zip Windows] and [http://dchelp.dcemulation.org/?download=checkerc-01-linux.gz Linux]. The source code is also available [http://dchelp.dcemulation.org/?download=checkerc-01-src.zip here]. For Mac users, they can compile 0.1 themselfs or use the original vb2c release binary [http://dchelp.dcemulation.org/?download=checker_vb2c_osx.zip here].
There also is a command line version available that is written in C. There are binaries for the current version, 0.1, for [http://dchelp.dcemulation.org/?download=checkerc-01-win32.zip Windows] and [http://dchelp.dcemulation.org/?download=checkerc-01-linux.gz Linux]. The [http://dchelp.dcemulation.org/?download=checkerc-01-src.zip source code] is also available. Mac users can compile 0.1 themselves or use the [http://dchelp.dcemulation.org/?download=checker_vb2c_osx.zip] original vb2c release binary.

Revision as of 09:13, 14 April 2008

1ST_READ.BIN Checker
Checker 201b.png
Homepage Homepage
Latest Version 2.0.3a
Downloads Binary
Source
Release Date 8/15/2007
Author fackue
Active Yes

The 1ST_READ.BIN Checker is a tool that checks a Dreamcast binary file and reports if it's an unscrambled BIN, scrambled BIN, ELF, or SREC binary. It also serves as a front-end to convert files from ELF formats to binary formats. It uses scramble by Marcus Comstedt to scramble or descramble binaries and sh-elf-objcopy to convert ELFs into binaries.

There also is a command line version available that is written in C. There are binaries for the current version, 0.1, for Windows and Linux. The source code is also available. Mac users can compile 0.1 themselves or use the [1] original vb2c release binary.