Firmware unpacking and repacking tools. Instructions, source and GPL licence included.
Currently supports the Australian DP-S1, DP-P1, DP-P2 and DP-H1 and Finnish FT-P1, FT-H1, FC-P1 and FC-H1.
Executables included for Windows and Cygwin. Can be built easily on Cygwin, MacOS X, Linux and other Unix variants.
DownloadVersion: 20081108
Author: Eric Fry
Version 20081108 release notes:
- Added README.txt describing how to build and install
- Fixed bug in wiz_unpack that was mangling the names of '.' and '..' directory names. Added -q option for less verbose and distracting output
- In wiz_pack, added support for DP-P2 and Finnish Beyonwizes. Change the order of the system ID code so that it's the same as in the Beyonwiz Firmware Information. Allow the use of ' ' or '-' as byte separators in the system ID code for readability (in scripts, etc).
- genromfs now exits with an error if the input directory doesn't exist.
- In svctool, fixed the code so gcc stops whinging
- In Makefile & Makefile.win32, did some tidying-up, added PREFIX to allow the installation directory to be specified easily, ensure that installed binaries have read/execute permission to everyone. Added new Makefile.osx for OS X builds.