Version: 1.14 /* ** RegisterISO ** ** Copyright © 2022 Guido Mersmann ** All rights reserved. ** */ This is a quick and dirty hack to register any MorphOS ISO file. NO this is not a crack! You still need a valid keyfile. This tool just patches your MorphOS keyfile into a standard MorphOS ISO, so you can use it to restore backups or use SFSDoctor from a clean environment without dealing with the 30 minute MorphOS timeout. Command template: NAME/A,MORPHOSKEY/K" Name is the file name of the iso file to be modified. Backup your ISO, as there is no way back. MORPHOSKEY is - guess what - the MorphOS key. If this argument is not provided RegisterISO takes the keyfile stored in Devs: Use this tool on your own risk. ------------------------------------------------------------------------------------- Changes -------- 1.14: - Using latest gcc-9 - cleaned source and debug output - now is using versatiledebug.library for debug output - cleaned makefile and added proper build date to version string - improved error message handling and wording